java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.Against
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, AgainstOrBuilder

public final class Against extends com.google.protobuf.GeneratedMessageV3 implements AgainstOrBuilder
Protobuf type Against
See Also:
  • Field Details

    • LEFTNAME_FIELD_NUMBER

      public static final int LEFTNAME_FIELD_NUMBER
      See Also:
    • LEFTLOGO_FIELD_NUMBER

      public static final int LEFTLOGO_FIELD_NUMBER
      See Also:
    • LEFTGOAL_FIELD_NUMBER

      public static final int LEFTGOAL_FIELD_NUMBER
      See Also:
    • RIGHTNAME_FIELD_NUMBER

      public static final int RIGHTNAME_FIELD_NUMBER
      See Also:
    • RIGHTLOGO_FIELD_NUMBER

      public static final int RIGHTLOGO_FIELD_NUMBER
      See Also:
    • RIGHTGOAL_FIELD_NUMBER

      public static final int RIGHTGOAL_FIELD_NUMBER
      See Also:
    • TIMESTAMP_FIELD_NUMBER

      public static final int TIMESTAMP_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • LEFTTEAMID_FIELD_NUMBER

      public static final int LEFTTEAMID_FIELD_NUMBER
      See Also:
    • RIGHTTEAMID_FIELD_NUMBER

      public static final int RIGHTTEAMID_FIELD_NUMBER
      See Also:
    • DIFFSEI2ABSSECOND_FIELD_NUMBER

      public static final int DIFFSEI2ABSSECOND_FIELD_NUMBER
      See Also:
    • FINALGOALSTAGE_FIELD_NUMBER

      public static final int FINALGOALSTAGE_FIELD_NUMBER
      See Also:
    • CURRENTGOALSTAGE_FIELD_NUMBER

      public static final int CURRENTGOALSTAGE_FIELD_NUMBER
      See Also:
    • LEFTSCOREADDITION_FIELD_NUMBER

      public static final int LEFTSCOREADDITION_FIELD_NUMBER
      See Also:
    • RIGHTSCOREADDITION_FIELD_NUMBER

      public static final int RIGHTSCOREADDITION_FIELD_NUMBER
      See Also:
    • LEFTGOALINT_FIELD_NUMBER

      public static final int LEFTGOALINT_FIELD_NUMBER
      See Also:
    • RIGHTGOALINT_FIELD_NUMBER

      public static final int RIGHTGOALINT_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getLeftName

      public String getLeftName()
      string leftName = 1;
      Specified by:
      getLeftName in interface AgainstOrBuilder
      Returns:
      The leftName.
    • getLeftNameBytes

      public com.google.protobuf.ByteString getLeftNameBytes()
      string leftName = 1;
      Specified by:
      getLeftNameBytes in interface AgainstOrBuilder
      Returns:
      The bytes for leftName.
    • hasLeftLogo

      public boolean hasLeftLogo()
      .Image leftLogo = 2;
      Specified by:
      hasLeftLogo in interface AgainstOrBuilder
      Returns:
      Whether the leftLogo field is set.
    • getLeftLogo

      public Image getLeftLogo()
      .Image leftLogo = 2;
      Specified by:
      getLeftLogo in interface AgainstOrBuilder
      Returns:
      The leftLogo.
    • getLeftLogoOrBuilder

      public ImageOrBuilder getLeftLogoOrBuilder()
      .Image leftLogo = 2;
      Specified by:
      getLeftLogoOrBuilder in interface AgainstOrBuilder
    • getLeftGoal

      public String getLeftGoal()
      string leftGoal = 3;
      Specified by:
      getLeftGoal in interface AgainstOrBuilder
      Returns:
      The leftGoal.
    • getLeftGoalBytes

      public com.google.protobuf.ByteString getLeftGoalBytes()
      string leftGoal = 3;
      Specified by:
      getLeftGoalBytes in interface AgainstOrBuilder
      Returns:
      The bytes for leftGoal.
    • getRightName

      public String getRightName()
        LeftPlayersList leftPlayersList = 4;
        LeftGoalStageDetail leftGoalStageDetail = 5;
       
      string rightName = 6;
      Specified by:
      getRightName in interface AgainstOrBuilder
      Returns:
      The rightName.
    • getRightNameBytes

      public com.google.protobuf.ByteString getRightNameBytes()
        LeftPlayersList leftPlayersList = 4;
        LeftGoalStageDetail leftGoalStageDetail = 5;
       
      string rightName = 6;
      Specified by:
      getRightNameBytes in interface AgainstOrBuilder
      Returns:
      The bytes for rightName.
    • hasRightLogo

      public boolean hasRightLogo()
      .Image rightLogo = 7;
      Specified by:
      hasRightLogo in interface AgainstOrBuilder
      Returns:
      Whether the rightLogo field is set.
    • getRightLogo

      public Image getRightLogo()
      .Image rightLogo = 7;
      Specified by:
      getRightLogo in interface AgainstOrBuilder
      Returns:
      The rightLogo.
    • getRightLogoOrBuilder

      public ImageOrBuilder getRightLogoOrBuilder()
      .Image rightLogo = 7;
      Specified by:
      getRightLogoOrBuilder in interface AgainstOrBuilder
    • getRightGoal

      public String getRightGoal()
      string rightGoal = 8;
      Specified by:
      getRightGoal in interface AgainstOrBuilder
      Returns:
      The rightGoal.
    • getRightGoalBytes

      public com.google.protobuf.ByteString getRightGoalBytes()
      string rightGoal = 8;
      Specified by:
      getRightGoalBytes in interface AgainstOrBuilder
      Returns:
      The bytes for rightGoal.
    • getTimestamp

      public long getTimestamp()
        RightPlayersList rightPlayersList  = 9;
        RightGoalStageDetail rightGoalStageDetail = 10;
       
      uint64 timestamp = 11;
      Specified by:
      getTimestamp in interface AgainstOrBuilder
      Returns:
      The timestamp.
    • getVersion

      public long getVersion()
      uint64 version = 12;
      Specified by:
      getVersion in interface AgainstOrBuilder
      Returns:
      The version.
    • getLeftTeamId

      public long getLeftTeamId()
      uint64 leftTeamId = 13;
      Specified by:
      getLeftTeamId in interface AgainstOrBuilder
      Returns:
      The leftTeamId.
    • getRightTeamId

      public long getRightTeamId()
      uint64 rightTeamId = 14;
      Specified by:
      getRightTeamId in interface AgainstOrBuilder
      Returns:
      The rightTeamId.
    • getDiffSei2AbsSecond

      public long getDiffSei2AbsSecond()
      uint64 diffSei2absSecond = 15;
      Specified by:
      getDiffSei2AbsSecond in interface AgainstOrBuilder
      Returns:
      The diffSei2absSecond.
    • getFinalGoalStage

      public int getFinalGoalStage()
      uint32 finalGoalStage = 16;
      Specified by:
      getFinalGoalStage in interface AgainstOrBuilder
      Returns:
      The finalGoalStage.
    • getCurrentGoalStage

      public int getCurrentGoalStage()
      uint32 currentGoalStage = 17;
      Specified by:
      getCurrentGoalStage in interface AgainstOrBuilder
      Returns:
      The currentGoalStage.
    • getLeftScoreAddition

      public int getLeftScoreAddition()
      uint32 leftScoreAddition = 18;
      Specified by:
      getLeftScoreAddition in interface AgainstOrBuilder
      Returns:
      The leftScoreAddition.
    • getRightScoreAddition

      public int getRightScoreAddition()
      uint32 rightScoreAddition = 19;
      Specified by:
      getRightScoreAddition in interface AgainstOrBuilder
      Returns:
      The rightScoreAddition.
    • getLeftGoalInt

      public long getLeftGoalInt()
      uint64 leftGoalInt = 20;
      Specified by:
      getLeftGoalInt in interface AgainstOrBuilder
      Returns:
      The leftGoalInt.
    • getRightGoalInt

      public long getRightGoalInt()
      uint64 rightGoalInt = 21;
      Specified by:
      getRightGoalInt in interface AgainstOrBuilder
      Returns:
      The rightGoalInt.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Against parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Against parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Against parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Against parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Against parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Against parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Against parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Against parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Against parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Against parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Against parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Against parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Against.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Against.Builder newBuilder()
    • newBuilder

      public static Against.Builder newBuilder(Against prototype)
    • toBuilder

      public Against.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Against.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Against getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Against> parser()
    • getParserForType

      public com.google.protobuf.Parser<Against> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Against getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder