public static interface LocalTimeProtocol.LocalTimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDayOfMonth() |
LocalTimeProtocol.DayOfWeek |
getDayOfWeek() |
int |
getHour() |
int |
getMinute() |
int |
getMonth() |
int |
getSecond() |
int |
getYear() |
boolean |
hasDayOfMonth() |
boolean |
hasDayOfWeek() |
boolean |
hasHour() |
boolean |
hasMinute() |
boolean |
hasMonth() |
boolean |
hasSecond() |
boolean |
hasYear() |
boolean hasYear()
int getYear()
boolean hasMonth()
int getMonth()
boolean hasDayOfMonth()
int getDayOfMonth()
boolean hasDayOfWeek()
LocalTimeProtocol.DayOfWeek getDayOfWeek()
boolean hasHour()
int getHour()
boolean hasMinute()
int getMinute()
boolean hasSecond()
int getSecond()
Copyright © 2008-2013 The Netty Project. All Rights Reserved.