Package com.streamlayer.sports.common
Class PlayerAttributes.Birth.BirthDate
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<PlayerAttributes.Birth.BirthDate,PlayerAttributes.Birth.BirthDate.Builder>
-
- com.streamlayer.sports.common.PlayerAttributes.Birth.BirthDate
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,PlayerAttributes.Birth.BirthDateOrBuilder
- Enclosing class:
- PlayerAttributes.Birth
public static final class PlayerAttributes.Birth.BirthDate extends com.google.protobuf.GeneratedMessageLite<PlayerAttributes.Birth.BirthDate,PlayerAttributes.Birth.BirthDate.Builder> implements PlayerAttributes.Birth.BirthDateOrBuilder
Protobuf typestreamlayer.sports.PlayerAttributes.Birth.BirthDate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayerAttributes.Birth.BirthDate.BuilderProtobuf typestreamlayer.sports.PlayerAttributes.Birth.BirthDate-
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 intDATE_FIELD_NUMBERstatic intFULL_FIELD_NUMBERstatic intMONTH_FIELD_NUMBERstatic intYEAR_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)intgetDate()int32 date = 3 [json_name = "date"];static PlayerAttributes.Birth.BirthDategetDefaultInstance()java.lang.StringgetFull()string full = 4 [json_name = "full"];com.google.protobuf.ByteStringgetFullBytes()string full = 4 [json_name = "full"];intgetMonth()int32 month = 2 [json_name = "month"];intgetYear()int32 year = 1 [json_name = "year"];static PlayerAttributes.Birth.BirthDate.BuildernewBuilder()static PlayerAttributes.Birth.BirthDate.BuildernewBuilder(PlayerAttributes.Birth.BirthDate prototype)static PlayerAttributes.Birth.BirthDateparseDelimitedFrom(java.io.InputStream input)static PlayerAttributes.Birth.BirthDateparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributes.Birth.BirthDateparseFrom(byte[] data)static PlayerAttributes.Birth.BirthDateparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributes.Birth.BirthDateparseFrom(com.google.protobuf.ByteString data)static PlayerAttributes.Birth.BirthDateparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributes.Birth.BirthDateparseFrom(com.google.protobuf.CodedInputStream input)static PlayerAttributes.Birth.BirthDateparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributes.Birth.BirthDateparseFrom(java.io.InputStream input)static PlayerAttributes.Birth.BirthDateparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlayerAttributes.Birth.BirthDateparseFrom(java.nio.ByteBuffer data)static PlayerAttributes.Birth.BirthDateparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<PlayerAttributes.Birth.BirthDate>parser()-
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
-
YEAR_FIELD_NUMBER
public static final int YEAR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MONTH_FIELD_NUMBER
public static final int MONTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATE_FIELD_NUMBER
public static final int DATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FULL_FIELD_NUMBER
public static final int FULL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getYear
public int getYear()
int32 year = 1 [json_name = "year"];- Specified by:
getYearin interfacePlayerAttributes.Birth.BirthDateOrBuilder- Returns:
- The year.
-
getMonth
public int getMonth()
int32 month = 2 [json_name = "month"];- Specified by:
getMonthin interfacePlayerAttributes.Birth.BirthDateOrBuilder- Returns:
- The month.
-
getDate
public int getDate()
int32 date = 3 [json_name = "date"];- Specified by:
getDatein interfacePlayerAttributes.Birth.BirthDateOrBuilder- Returns:
- The date.
-
getFull
public java.lang.String getFull()
string full = 4 [json_name = "full"];- Specified by:
getFullin interfacePlayerAttributes.Birth.BirthDateOrBuilder- Returns:
- The full.
-
getFullBytes
public com.google.protobuf.ByteString getFullBytes()
string full = 4 [json_name = "full"];- Specified by:
getFullBytesin interfacePlayerAttributes.Birth.BirthDateOrBuilder- Returns:
- The bytes for full.
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static PlayerAttributes.Birth.BirthDate parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static PlayerAttributes.Birth.BirthDate parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static PlayerAttributes.Birth.BirthDate parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static PlayerAttributes.Birth.BirthDate.Builder newBuilder()
-
newBuilder
public static PlayerAttributes.Birth.BirthDate.Builder newBuilder(PlayerAttributes.Birth.BirthDate 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<PlayerAttributes.Birth.BirthDate,PlayerAttributes.Birth.BirthDate.Builder>
-
getDefaultInstance
public static PlayerAttributes.Birth.BirthDate getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PlayerAttributes.Birth.BirthDate> parser()
-
-