public final class DataInterval extends com.google.protobuf.GeneratedMessageV3 implements DataIntervalOrBuilder
DataIntervalProtobuf type
kaikosdk.DataInterval
Modifier and Type | Class and Description |
---|---|
static class |
DataInterval.Builder
DataInterval
|
Modifier and Type | Field and Description |
---|---|
static int |
END_TIME_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static DataInterval |
getDefaultInstance() |
DataInterval |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getEndTime()
Ending time (exclusive, ISO 8601 for REST).
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Ending time (exclusive, ISO 8601 for REST).
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Starting time (inclusive, ISO 8601 for REST).
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Starting time (inclusive, ISO 8601 for REST).
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndTime()
Ending time (exclusive, ISO 8601 for REST).
|
int |
hashCode() |
boolean |
hasStartTime()
Starting time (inclusive, ISO 8601 for REST).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DataInterval.Builder |
newBuilder() |
static DataInterval.Builder |
newBuilder(DataInterval prototype) |
DataInterval.Builder |
newBuilderForType() |
protected DataInterval.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static DataInterval |
parseDelimitedFrom(java.io.InputStream input) |
static DataInterval |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataInterval |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataInterval |
parseFrom(java.nio.ByteBuffer data) |
static DataInterval |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataInterval |
parseFrom(com.google.protobuf.ByteString data) |
static DataInterval |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataInterval |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DataInterval |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DataInterval |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
DataInterval.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasStartTime()
Starting time (inclusive, ISO 8601 for REST).
.google.protobuf.Timestamp start_time = 1;
hasStartTime
in interface DataIntervalOrBuilder
public com.google.protobuf.Timestamp getStartTime()
Starting time (inclusive, ISO 8601 for REST).
.google.protobuf.Timestamp start_time = 1;
getStartTime
in interface DataIntervalOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Starting time (inclusive, ISO 8601 for REST).
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder
in interface DataIntervalOrBuilder
public boolean hasEndTime()
Ending time (exclusive, ISO 8601 for REST).
.google.protobuf.Timestamp end_time = 2;
hasEndTime
in interface DataIntervalOrBuilder
public com.google.protobuf.Timestamp getEndTime()
Ending time (exclusive, ISO 8601 for REST).
.google.protobuf.Timestamp end_time = 2;
getEndTime
in interface DataIntervalOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Ending time (exclusive, ISO 8601 for REST).
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder
in interface DataIntervalOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static DataInterval parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DataInterval parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DataInterval parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DataInterval parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DataInterval parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DataInterval parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DataInterval parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DataInterval parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DataInterval parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DataInterval parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public DataInterval.Builder newBuilderForType()
public static DataInterval.Builder newBuilder()
public static DataInterval.Builder newBuilder(DataInterval prototype)
public DataInterval.Builder toBuilder()
protected DataInterval.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static DataInterval getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public DataInterval getDefaultInstanceForType()