Package com.cognite.client.dto
Interface EntityMatchModelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityMatchModel,EntityMatchModel.Builder
public interface EntityMatchModelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassifier()optional string classifier = 12;com.google.protobuf.ByteStringgetClassifierBytes()optional string classifier = 12;longgetCreatedTime()optional int64 created_time = 4;StringgetDescription()optional string description = 8;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 8;StringgetExternalId()optional string external_id = 2;com.google.protobuf.ByteStringgetExternalIdBytes()optional string external_id = 2;StringgetFeatureType()optional string feature_type = 9;com.google.protobuf.ByteStringgetFeatureTypeBytes()optional string feature_type = 9;longgetId()optional int64 id = 1;booleangetIgnoreMissingFields()optional bool ignore_missing_fields = 11;MatchFieldgetMatchFields(int index)repeated .com.cognite.beam.proto.MatchField match_fields = 10;intgetMatchFieldsCount()repeated .com.cognite.beam.proto.MatchField match_fields = 10;List<MatchField>getMatchFieldsList()repeated .com.cognite.beam.proto.MatchField match_fields = 10;MatchFieldOrBuildergetMatchFieldsOrBuilder(int index)repeated .com.cognite.beam.proto.MatchField match_fields = 10;List<? extends MatchFieldOrBuilder>getMatchFieldsOrBuilderList()repeated .com.cognite.beam.proto.MatchField match_fields = 10;StringgetName()optional string name = 7;com.google.protobuf.ByteStringgetNameBytes()optional string name = 7;StringgetOriginalId()optional string original_id = 13;com.google.protobuf.ByteStringgetOriginalIdBytes()optional string original_id = 13;longgetStartTime()optional int64 start_time = 5;StringgetStatus()optional string status = 3;com.google.protobuf.ByteStringgetStatusBytes()optional string status = 3;longgetStatusTime()optional int64 status_time = 6;booleanhasClassifier()optional string classifier = 12;booleanhasCreatedTime()optional int64 created_time = 4;booleanhasDescription()optional string description = 8;booleanhasExternalId()optional string external_id = 2;booleanhasFeatureType()optional string feature_type = 9;booleanhasId()optional int64 id = 1;booleanhasIgnoreMissingFields()optional bool ignore_missing_fields = 11;booleanhasName()optional string name = 7;booleanhasOriginalId()optional string original_id = 13;booleanhasStartTime()optional int64 start_time = 5;booleanhasStatus()optional string status = 3;booleanhasStatusTime()optional int64 status_time = 6;-
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.
-
hasExternalId
boolean hasExternalId()
optional string external_id = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()
optional string external_id = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()
optional string external_id = 2;- Returns:
- The bytes for externalId.
-
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.
-
hasCreatedTime
boolean hasCreatedTime()
optional int64 created_time = 4;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()
optional int64 created_time = 4;- Returns:
- The createdTime.
-
hasStartTime
boolean hasStartTime()
optional int64 start_time = 5;- Returns:
- Whether the startTime field is set.
-
getStartTime
long getStartTime()
optional int64 start_time = 5;- Returns:
- The startTime.
-
hasStatusTime
boolean hasStatusTime()
optional int64 status_time = 6;- Returns:
- Whether the statusTime field is set.
-
getStatusTime
long getStatusTime()
optional int64 status_time = 6;- Returns:
- The statusTime.
-
hasName
boolean hasName()
optional string name = 7;- Returns:
- Whether the name field is set.
-
getName
String getName()
optional string name = 7;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 7;- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()
optional string description = 8;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()
optional string description = 8;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 8;- Returns:
- The bytes for description.
-
hasFeatureType
boolean hasFeatureType()
optional string feature_type = 9;- Returns:
- Whether the featureType field is set.
-
getFeatureType
String getFeatureType()
optional string feature_type = 9;- Returns:
- The featureType.
-
getFeatureTypeBytes
com.google.protobuf.ByteString getFeatureTypeBytes()
optional string feature_type = 9;- Returns:
- The bytes for featureType.
-
getMatchFieldsList
List<MatchField> getMatchFieldsList()
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
-
getMatchFields
MatchField getMatchFields(int index)
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
-
getMatchFieldsCount
int getMatchFieldsCount()
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
-
getMatchFieldsOrBuilderList
List<? extends MatchFieldOrBuilder> getMatchFieldsOrBuilderList()
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
-
getMatchFieldsOrBuilder
MatchFieldOrBuilder getMatchFieldsOrBuilder(int index)
repeated .com.cognite.beam.proto.MatchField match_fields = 10;
-
hasIgnoreMissingFields
boolean hasIgnoreMissingFields()
optional bool ignore_missing_fields = 11;- Returns:
- Whether the ignoreMissingFields field is set.
-
getIgnoreMissingFields
boolean getIgnoreMissingFields()
optional bool ignore_missing_fields = 11;- Returns:
- The ignoreMissingFields.
-
hasClassifier
boolean hasClassifier()
optional string classifier = 12;- Returns:
- Whether the classifier field is set.
-
getClassifier
String getClassifier()
optional string classifier = 12;- Returns:
- The classifier.
-
getClassifierBytes
com.google.protobuf.ByteString getClassifierBytes()
optional string classifier = 12;- Returns:
- The bytes for classifier.
-
hasOriginalId
boolean hasOriginalId()
optional string original_id = 13;- Returns:
- Whether the originalId field is set.
-
getOriginalId
String getOriginalId()
optional string original_id = 13;- Returns:
- The originalId.
-
getOriginalIdBytes
com.google.protobuf.ByteString getOriginalIdBytes()
optional string original_id = 13;- Returns:
- The bytes for originalId.
-
-