public static final class HBaseProtos.TimeRange.Builder extends <any> implements HBaseProtos.TimeRangeOrBuilder
TimeRange
 A range of time. Both from and to are Java time stamp in milliseconds. If you don't specify a time range, it means all time. By default, if not specified, from = 0, and to = Long.MAX_VALUE
| Modifier and Type | Method and Description | 
|---|---|
HBaseProtos.TimeRange | 
build()  | 
HBaseProtos.TimeRange | 
buildPartial()  | 
HBaseProtos.TimeRange.Builder | 
clear()  | 
HBaseProtos.TimeRange.Builder | 
clearFrom()
optional uint64 from = 1; | 
HBaseProtos.TimeRange.Builder | 
clearTo()
optional uint64 to = 2; | 
HBaseProtos.TimeRange.Builder | 
clone()  | 
HBaseProtos.TimeRange | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
long | 
getFrom()
optional uint64 from = 1; | 
long | 
getTo()
optional uint64 to = 2; | 
boolean | 
hasFrom()
optional uint64 from = 1; | 
boolean | 
hasTo()
optional uint64 to = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
HBaseProtos.TimeRange.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
HBaseProtos.TimeRange.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
HBaseProtos.TimeRange.Builder | 
setFrom(long value)
optional uint64 from = 1; | 
HBaseProtos.TimeRange.Builder | 
setTo(long value)
optional uint64 to = 2; | 
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public HBaseProtos.TimeRange.Builder clear()
public HBaseProtos.TimeRange.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public HBaseProtos.TimeRange getDefaultInstanceForType()
public HBaseProtos.TimeRange build()
public HBaseProtos.TimeRange buildPartial()
public HBaseProtos.TimeRange.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public HBaseProtos.TimeRange.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasFrom()
optional uint64 from = 1;hasFrom in interface HBaseProtos.TimeRangeOrBuilderpublic long getFrom()
optional uint64 from = 1;getFrom in interface HBaseProtos.TimeRangeOrBuilderpublic HBaseProtos.TimeRange.Builder setFrom(long value)
optional uint64 from = 1;public HBaseProtos.TimeRange.Builder clearFrom()
optional uint64 from = 1;public boolean hasTo()
optional uint64 to = 2;hasTo in interface HBaseProtos.TimeRangeOrBuilderpublic long getTo()
optional uint64 to = 2;getTo in interface HBaseProtos.TimeRangeOrBuilderpublic HBaseProtos.TimeRange.Builder setTo(long value)
optional uint64 to = 2;public HBaseProtos.TimeRange.Builder clearTo()
optional uint64 to = 2;