public static final class LocalTimeProtocol.LocalTime extends com.google.protobuf.GeneratedMessage implements LocalTimeProtocol.LocalTimeOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalTimeProtocol.LocalTime.Builder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DAYOFMONTH_FIELD_NUMBER |
static int |
DAYOFWEEK_FIELD_NUMBER |
static int |
HOUR_FIELD_NUMBER |
static int |
MINUTE_FIELD_NUMBER |
static int |
MONTH_FIELD_NUMBER |
static int |
SECOND_FIELD_NUMBER |
static int |
YEAR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getDayOfMonth() |
LocalTimeProtocol.DayOfWeek |
getDayOfWeek() |
static LocalTimeProtocol.LocalTime |
getDefaultInstance() |
LocalTimeProtocol.LocalTime |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getHour() |
int |
getMinute() |
int |
getMonth() |
int |
getSecond() |
int |
getSerializedSize() |
int |
getYear() |
boolean |
hasDayOfMonth() |
boolean |
hasDayOfWeek() |
boolean |
hasHour() |
boolean |
hasMinute() |
boolean |
hasMonth() |
boolean |
hasSecond() |
boolean |
hasYear() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LocalTimeProtocol.LocalTime.Builder |
newBuilder() |
static LocalTimeProtocol.LocalTime.Builder |
newBuilder(LocalTimeProtocol.LocalTime prototype) |
LocalTimeProtocol.LocalTime.Builder |
newBuilderForType() |
protected LocalTimeProtocol.LocalTime.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static LocalTimeProtocol.LocalTime |
parseDelimitedFrom(InputStream input) |
static LocalTimeProtocol.LocalTime |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(byte[] data) |
static LocalTimeProtocol.LocalTime |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.ByteString data) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LocalTimeProtocol.LocalTime |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocalTimeProtocol.LocalTime |
parseFrom(InputStream input) |
static LocalTimeProtocol.LocalTime |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LocalTimeProtocol.LocalTime.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int YEAR_FIELD_NUMBER
public static final int MONTH_FIELD_NUMBER
public static final int DAYOFMONTH_FIELD_NUMBER
public static final int DAYOFWEEK_FIELD_NUMBER
public static final int HOUR_FIELD_NUMBER
public static final int MINUTE_FIELD_NUMBER
public static final int SECOND_FIELD_NUMBER
public static LocalTimeProtocol.LocalTime getDefaultInstance()
public LocalTimeProtocol.LocalTime getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasYear()
hasYear in interface LocalTimeProtocol.LocalTimeOrBuilderpublic int getYear()
getYear in interface LocalTimeProtocol.LocalTimeOrBuilderpublic boolean hasMonth()
hasMonth in interface LocalTimeProtocol.LocalTimeOrBuilderpublic int getMonth()
getMonth in interface LocalTimeProtocol.LocalTimeOrBuilderpublic boolean hasDayOfMonth()
hasDayOfMonth in interface LocalTimeProtocol.LocalTimeOrBuilderpublic int getDayOfMonth()
getDayOfMonth in interface LocalTimeProtocol.LocalTimeOrBuilderpublic boolean hasDayOfWeek()
hasDayOfWeek in interface LocalTimeProtocol.LocalTimeOrBuilderpublic LocalTimeProtocol.DayOfWeek getDayOfWeek()
getDayOfWeek in interface LocalTimeProtocol.LocalTimeOrBuilderpublic boolean hasHour()
hasHour in interface LocalTimeProtocol.LocalTimeOrBuilderpublic int getHour()
getHour in interface LocalTimeProtocol.LocalTimeOrBuilderpublic boolean hasMinute()
hasMinute in interface LocalTimeProtocol.LocalTimeOrBuilderpublic int getMinute()
getMinute in interface LocalTimeProtocol.LocalTimeOrBuilderpublic boolean hasSecond()
hasSecond in interface LocalTimeProtocol.LocalTimeOrBuilderpublic int getSecond()
getSecond in interface LocalTimeProtocol.LocalTimeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(InputStream input) throws IOException
IOExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LocalTimeProtocol.LocalTime parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LocalTimeProtocol.LocalTime parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LocalTimeProtocol.LocalTime parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LocalTimeProtocol.LocalTime.Builder newBuilder()
public LocalTimeProtocol.LocalTime.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LocalTimeProtocol.LocalTime.Builder newBuilder(LocalTimeProtocol.LocalTime prototype)
public LocalTimeProtocol.LocalTime.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LocalTimeProtocol.LocalTime.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2008-2012 The Netty Project. All Rights Reserved.