Package com.cognite.client.dto
Interface ThreeDModelRevisionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreeDModelRevision,ThreeDModelRevision.Builder
public interface ThreeDModelRevisionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMetadata(String key)map<string, string> metadata = 11;longgetAssetMappingCount()optional int64 asset_mapping_count = 6;ThreeDModelRevision.CameragetCamera()optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;ThreeDModelRevision.CameraOrBuildergetCameraOrBuilder()optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;longgetCreatedTime()optional int64 created_time = 7;longgetFileId()optional int64 file_id = 2;longgetId()optional int64 id = 1;Map<String,String>getMetadata()Deprecated.intgetMetadataCount()map<string, string> metadata = 11;Map<String,String>getMetadataMap()map<string, string> metadata = 11;StringgetMetadataOrDefault(String key, String defaultValue)map<string, string> metadata = 11;StringgetMetadataOrThrow(String key)map<string, string> metadata = 11;booleangetPublished()optional bool published = 8;doublegetRotation(int index)repeated double rotation = 10;intgetRotationCount()repeated double rotation = 10;List<Double>getRotationList()repeated double rotation = 10;StringgetStatus()optional string status = 3;com.google.protobuf.ByteStringgetStatusBytes()optional string status = 3;longgetThumbnailThreedFileId()optional int64 thumbnail_threed_file_id = 4;StringgetThumbnailURL()optional string thumbnail_URL = 5;com.google.protobuf.ByteStringgetThumbnailURLBytes()optional string thumbnail_URL = 5;booleanhasAssetMappingCount()optional int64 asset_mapping_count = 6;booleanhasCamera()optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;booleanhasCreatedTime()optional int64 created_time = 7;booleanhasFileId()optional int64 file_id = 2;booleanhasId()optional int64 id = 1;booleanhasPublished()optional bool published = 8;booleanhasStatus()optional string status = 3;booleanhasThumbnailThreedFileId()optional int64 thumbnail_threed_file_id = 4;booleanhasThumbnailURL()optional string thumbnail_URL = 5;-
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.
-
hasFileId
boolean hasFileId()
optional int64 file_id = 2;- Returns:
- Whether the fileId field is set.
-
getFileId
long getFileId()
optional int64 file_id = 2;- Returns:
- The fileId.
-
hasStatus
boolean hasStatus()
optional string status = 3;- Returns:
- Whether the status field is set.
-
getStatus
String getStatus()
optional string status = 3;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()
optional string status = 3;- Returns:
- The bytes for status.
-
hasThumbnailThreedFileId
boolean hasThumbnailThreedFileId()
optional int64 thumbnail_threed_file_id = 4;- Returns:
- Whether the thumbnailThreedFileId field is set.
-
getThumbnailThreedFileId
long getThumbnailThreedFileId()
optional int64 thumbnail_threed_file_id = 4;- Returns:
- The thumbnailThreedFileId.
-
hasThumbnailURL
boolean hasThumbnailURL()
optional string thumbnail_URL = 5;- Returns:
- Whether the thumbnailURL field is set.
-
getThumbnailURL
String getThumbnailURL()
optional string thumbnail_URL = 5;- Returns:
- The thumbnailURL.
-
getThumbnailURLBytes
com.google.protobuf.ByteString getThumbnailURLBytes()
optional string thumbnail_URL = 5;- Returns:
- The bytes for thumbnailURL.
-
hasAssetMappingCount
boolean hasAssetMappingCount()
optional int64 asset_mapping_count = 6;- Returns:
- Whether the assetMappingCount field is set.
-
getAssetMappingCount
long getAssetMappingCount()
optional int64 asset_mapping_count = 6;- Returns:
- The assetMappingCount.
-
hasCreatedTime
boolean hasCreatedTime()
optional int64 created_time = 7;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()
optional int64 created_time = 7;- Returns:
- The createdTime.
-
hasPublished
boolean hasPublished()
optional bool published = 8;- Returns:
- Whether the published field is set.
-
getPublished
boolean getPublished()
optional bool published = 8;- Returns:
- The published.
-
hasCamera
boolean hasCamera()
optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;- Returns:
- Whether the camera field is set.
-
getCamera
ThreeDModelRevision.Camera getCamera()
optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;- Returns:
- The camera.
-
getCameraOrBuilder
ThreeDModelRevision.CameraOrBuilder getCameraOrBuilder()
optional .com.cognite.client.dto.ThreeDModelRevision.Camera camera = 9;
-
getRotationList
List<Double> getRotationList()
repeated double rotation = 10;- Returns:
- A list containing the rotation.
-
getRotationCount
int getRotationCount()
repeated double rotation = 10;- Returns:
- The count of rotation.
-
getRotation
double getRotation(int index)
repeated double rotation = 10;- Parameters:
index- The index of the element to return.- Returns:
- The rotation at the given index.
-
getMetadataCount
int getMetadataCount()
map<string, string> metadata = 11;
-
containsMetadata
boolean containsMetadata(String key)
map<string, string> metadata = 11;
-
getMetadata
@Deprecated Map<String,String> getMetadata()
Deprecated.UsegetMetadataMap()instead.
-
getMetadataOrDefault
String getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 11;
-
-