Package com.streamlayer.sports.baseball
Class BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics,BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics.Builder>
-
- com.streamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder
- Enclosing class:
- BaseballPlayByPlayStatistics
public static final class BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics extends com.google.protobuf.GeneratedMessageLite<BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics,BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics.Builder> implements BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder
Protobuf typestreamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics.BuilderProtobuf typestreamlayer.sports.baseball.BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intPLAY_ID_FIELD_NUMBERstatic intPLAY_TEXT_FIELD_NUMBERstatic intSCORE_AWAY_FIELD_NUMBERstatic intSCORE_HOME_FIELD_NUMBERstatic intSCORING_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
SCORE_HOME_FIELD_NUMBER
public static final int SCORE_HOME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCORE_AWAY_FIELD_NUMBER
public static final int SCORE_AWAY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PLAY_TEXT_FIELD_NUMBER
public static final int PLAY_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCORING_FIELD_NUMBER
public static final int SCORING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PLAY_ID_FIELD_NUMBER
public static final int PLAY_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getScoreHome
public int getScoreHome()
pbpDetails.scoreAfter
int32 score_home = 1 [json_name = "scoreHome"];- Specified by:
getScoreHomein interfaceBaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder- Returns:
- The scoreHome.
-
getScoreAway
public int getScoreAway()
pbpDetails.scoreAfter
int32 score_away = 2 [json_name = "scoreAway"];- Specified by:
getScoreAwayin interfaceBaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder- Returns:
- The scoreAway.
-
getPlayText
public java.lang.String getPlayText()
pbpDetails.playText
string play_text = 3 [json_name = "playText"];- Specified by:
getPlayTextin interfaceBaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder- Returns:
- The playText.
-
getPlayTextBytes
public com.google.protobuf.ByteString getPlayTextBytes()
pbpDetails.playText
string play_text = 3 [json_name = "playText"];- Specified by:
getPlayTextBytesin interfaceBaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder- Returns:
- The bytes for playText.
-
getScoring
public boolean getScoring()
pbpDetails.scoring flag for define event that changed the score
bool scoring = 4 [json_name = "scoring"];- Specified by:
getScoringin interfaceBaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder- Returns:
- The scoring.
-
getPlayId
public int getPlayId()
sequence
int32 play_id = 7 [json_name = "playId"];- Specified by:
getPlayIdin interfaceBaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatisticsOrBuilder- Returns:
- The playId.
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics.Builder newBuilder()
-
newBuilder
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics.Builder newBuilder(BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics,BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics.Builder>
-
getDefaultInstance
public static BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BaseballPlayByPlayStatistics.BaseballPlayByPlayDetailStatistics> parser()
-
-