/*
* MIT License
*
* Copyright (c) 2023 OrdinaryRoad
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_webcast_like_message_msg.proto
package tech.ordinaryroad.live.chat.client.douyin.protobuf;
public interface douyin_webcast_like_message_msgOrBuilder extends
// @@protoc_insertion_point(interface_extends:tech.ordinaryroad.live.chat.client.douyin.protobuf.douyin_webcast_like_message_msg)
com.google.protobuf.MessageOrBuilder {
/**
* .Common common = 1;
* @return Whether the common field is set.
*/
boolean hasCommon();
/**
* .Common common = 1;
* @return The common.
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.Common getCommon();
/**
* .Common common = 1;
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.CommonOuterClass.CommonOrBuilder getCommonOrBuilder();
/**
* uint64 count = 2;
* @return The count.
*/
long getCount();
/**
* uint64 total = 3;
* @return The total.
*/
long getTotal();
/**
* uint64 color = 4;
* @return The color.
*/
long getColor();
/**
* .User user = 5;
* @return Whether the user field is set.
*/
boolean hasUser();
/**
* .User user = 5;
* @return The user.
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.User getUser();
/**
* .User user = 5;
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.UserOuterClass.UserOrBuilder getUserOrBuilder();
/**
* string icon = 6;
* @return The icon.
*/
java.lang.String getIcon();
/**
* string icon = 6;
* @return The bytes for icon.
*/
com.google.protobuf.ByteString
getIconBytes();
/**
* .DoubleLikeDetail doubleLikeDetail = 7;
* @return Whether the doubleLikeDetail field is set.
*/
boolean hasDoubleLikeDetail();
/**
* .DoubleLikeDetail doubleLikeDetail = 7;
* @return The doubleLikeDetail.
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass.DoubleLikeDetail getDoubleLikeDetail();
/**
* .DoubleLikeDetail doubleLikeDetail = 7;
*/
tech.ordinaryroad.live.chat.client.douyin.protobuf.dto.DoubleLikeDetailOuterClass.DoubleLikeDetailOrBuilder getDoubleLikeDetailOrBuilder();
/**
*
* DisplayControlInfo displayControlInfo = 8; ** *
uint64 linkmicGuestUid = 9;
* @return The linkmicGuestUid.
*/
long getLinkmicGuestUid();
/**
* * PicoDisplayInfo picoDisplayInfo = 11; * = 12; ** *
string scene = 10;
* @return The scene.
*/
java.lang.String getScene();
/**
* * PicoDisplayInfo picoDisplayInfo = 11; * = 12; ** *
string scene = 10;
* @return The bytes for scene.
*/
com.google.protobuf.ByteString
getSceneBytes();
}