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
Modifier and TypeMethodDescriptiongetInfo()optional string info = 4;com.google.protobuf.ByteStringoptional string info = 4;intoptional int32 severity = 2;longoptional int64 timestamp = 1;getType()optional string type = 3;com.google.protobuf.ByteStringoptional string type = 3;booleanhasInfo()optional string info = 4;booleanoptional int32 severity = 2;booleanoptional int64 timestamp = 1;booleanhasType()optional string type = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-