Package com.cognite.client.dto
Interface ThreeDRevisionLogOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDRevisionLog,ThreeDRevisionLog.Builder
public interface ThreeDRevisionLogOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInfo()optional string info = 4;com.google.protobuf.ByteStringgetInfoBytes()optional string info = 4;intgetSeverity()optional int32 severity = 2;longgetTimestamp()optional int64 timestamp = 1;StringgetType()optional string type = 3;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 3;booleanhasInfo()optional string info = 4;booleanhasSeverity()optional int32 severity = 2;booleanhasTimestamp()optional int64 timestamp = 1;booleanhasType()optional string type = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTimestamp
boolean hasTimestamp()
optional int64 timestamp = 1;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()
optional int64 timestamp = 1;- Returns:
- The timestamp.
-
hasSeverity
boolean hasSeverity()
optional int32 severity = 2;- Returns:
- Whether the severity field is set.
-
getSeverity
int getSeverity()
optional int32 severity = 2;- Returns:
- The severity.
-
hasType
boolean hasType()
optional string type = 3;- Returns:
- Whether the type field is set.
-
getType
String getType()
optional string type = 3;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;- Returns:
- The bytes for type.
-
hasInfo
boolean hasInfo()
optional string info = 4;- Returns:
- Whether the info field is set.
-
getInfo
String getInfo()
optional string info = 4;- Returns:
- The info.
-
getInfoBytes
com.google.protobuf.ByteString getInfoBytes()
optional string info = 4;- Returns:
- The bytes for info.
-
-