public static final class WorldClockProtocol.LocalTime extends com.google.protobuf.GeneratedMessage implements WorldClockProtocol.LocalTimeOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
WorldClockProtocol.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() |
WorldClockProtocol.DayOfWeek |
getDayOfWeek() |
static WorldClockProtocol.LocalTime |
getDefaultInstance() |
WorldClockProtocol.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 WorldClockProtocol.LocalTime.Builder |
newBuilder() |
static WorldClockProtocol.LocalTime.Builder |
newBuilder(WorldClockProtocol.LocalTime prototype) |
WorldClockProtocol.LocalTime.Builder |
newBuilderForType() |
protected WorldClockProtocol.LocalTime.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WorldClockProtocol.LocalTime |
parseDelimitedFrom(InputStream input) |
static WorldClockProtocol.LocalTime |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.LocalTime |
parseFrom(byte[] data) |
static WorldClockProtocol.LocalTime |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.LocalTime |
parseFrom(com.google.protobuf.ByteString data) |
static WorldClockProtocol.LocalTime |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.LocalTime |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WorldClockProtocol.LocalTime |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.LocalTime |
parseFrom(InputStream input) |
static WorldClockProtocol.LocalTime |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WorldClockProtocol.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 WorldClockProtocol.LocalTime getDefaultInstance()
public WorldClockProtocol.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 WorldClockProtocol.LocalTimeOrBuilderpublic int getYear()
getYear in interface WorldClockProtocol.LocalTimeOrBuilderpublic boolean hasMonth()
hasMonth in interface WorldClockProtocol.LocalTimeOrBuilderpublic int getMonth()
getMonth in interface WorldClockProtocol.LocalTimeOrBuilderpublic boolean hasDayOfMonth()
hasDayOfMonth in interface WorldClockProtocol.LocalTimeOrBuilderpublic int getDayOfMonth()
getDayOfMonth in interface WorldClockProtocol.LocalTimeOrBuilderpublic boolean hasDayOfWeek()
hasDayOfWeek in interface WorldClockProtocol.LocalTimeOrBuilderpublic WorldClockProtocol.DayOfWeek getDayOfWeek()
getDayOfWeek in interface WorldClockProtocol.LocalTimeOrBuilderpublic boolean hasHour()
hasHour in interface WorldClockProtocol.LocalTimeOrBuilderpublic int getHour()
getHour in interface WorldClockProtocol.LocalTimeOrBuilderpublic boolean hasMinute()
hasMinute in interface WorldClockProtocol.LocalTimeOrBuilderpublic int getMinute()
getMinute in interface WorldClockProtocol.LocalTimeOrBuilderpublic boolean hasSecond()
hasSecond in interface WorldClockProtocol.LocalTimeOrBuilderpublic int getSecond()
getSecond in interface WorldClockProtocol.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 WorldClockProtocol.LocalTime parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorldClockProtocol.LocalTime parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorldClockProtocol.LocalTime parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorldClockProtocol.LocalTime parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorldClockProtocol.LocalTime parseFrom(InputStream input) throws IOException
IOExceptionpublic static WorldClockProtocol.LocalTime parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorldClockProtocol.LocalTime parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WorldClockProtocol.LocalTime parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorldClockProtocol.LocalTime parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WorldClockProtocol.LocalTime parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorldClockProtocol.LocalTime.Builder newBuilder()
public WorldClockProtocol.LocalTime.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static WorldClockProtocol.LocalTime.Builder newBuilder(WorldClockProtocol.LocalTime prototype)
public WorldClockProtocol.LocalTime.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected WorldClockProtocol.LocalTime.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2008-2013 The Netty Project. All Rights Reserved.