Package com.cognite.client.dto
Interface Transformation.NotificationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Transformation.Notification,Transformation.Notification.Builder
- Enclosing class:
- Transformation
public static interface Transformation.NotificationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedTime()optional int64 created_time = 2;StringgetDestination()optional string destination = 5;com.google.protobuf.ByteStringgetDestinationBytes()optional string destination = 5;longgetId()optional int64 id = 1;longgetLastUpdatedTime()optional int64 last_updated_time = 3;longgetTransformationId()optional int64 transformation_id = 4;booleanhasCreatedTime()optional int64 created_time = 2;booleanhasDestination()optional string destination = 5;booleanhasId()optional int64 id = 1;booleanhasLastUpdatedTime()optional int64 last_updated_time = 3;booleanhasTransformationId()optional int64 transformation_id = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional int64 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()
optional int64 id = 1;- Returns:
- The id.
-
hasCreatedTime
boolean hasCreatedTime()
optional int64 created_time = 2;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()
optional int64 created_time = 2;- Returns:
- The createdTime.
-
hasLastUpdatedTime
boolean hasLastUpdatedTime()
optional int64 last_updated_time = 3;- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
long getLastUpdatedTime()
optional int64 last_updated_time = 3;- Returns:
- The lastUpdatedTime.
-
hasTransformationId
boolean hasTransformationId()
optional int64 transformation_id = 4;- Returns:
- Whether the transformationId field is set.
-
getTransformationId
long getTransformationId()
optional int64 transformation_id = 4;- Returns:
- The transformationId.
-
hasDestination
boolean hasDestination()
optional string destination = 5;- Returns:
- Whether the destination field is set.
-
getDestination
String getDestination()
optional string destination = 5;- Returns:
- The destination.
-
getDestinationBytes
com.google.protobuf.ByteString getDestinationBytes()
optional string destination = 5;- Returns:
- The bytes for destination.
-
-