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 StringValuegetClassifier().google.protobuf.StringValue classifier = 12;StringValueOrBuildergetClassifierOrBuilder().google.protobuf.StringValue classifier = 12;Int64ValuegetCreatedTime().google.protobuf.Int64Value created_time = 4;Int64ValueOrBuildergetCreatedTimeOrBuilder().google.protobuf.Int64Value created_time = 4;StringValuegetDescription().google.protobuf.StringValue description = 8;StringValueOrBuildergetDescriptionOrBuilder().google.protobuf.StringValue description = 8;StringValuegetExternalId().google.protobuf.StringValue external_id = 2;StringValueOrBuildergetExternalIdOrBuilder().google.protobuf.StringValue external_id = 2;StringValuegetFeatureType().google.protobuf.StringValue feature_type = 9;StringValueOrBuildergetFeatureTypeOrBuilder().google.protobuf.StringValue feature_type = 9;Int64ValuegetId().google.protobuf.Int64Value id = 1;Int64ValueOrBuildergetIdOrBuilder().google.protobuf.Int64Value id = 1;BoolValuegetIgnoreMissingFields().google.protobuf.BoolValue ignore_missing_fields = 11;BoolValueOrBuildergetIgnoreMissingFieldsOrBuilder().google.protobuf.BoolValue 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;StringValuegetName().google.protobuf.StringValue name = 7;StringValueOrBuildergetNameOrBuilder().google.protobuf.StringValue name = 7;StringValuegetOriginalId().google.protobuf.StringValue original_id = 13;StringValueOrBuildergetOriginalIdOrBuilder().google.protobuf.StringValue original_id = 13;Int64ValuegetStartTime().google.protobuf.Int64Value start_time = 5;Int64ValueOrBuildergetStartTimeOrBuilder().google.protobuf.Int64Value start_time = 5;StringValuegetStatus().google.protobuf.StringValue status = 3;StringValueOrBuildergetStatusOrBuilder().google.protobuf.StringValue status = 3;Int64ValuegetStatusTime().google.protobuf.Int64Value status_time = 6;Int64ValueOrBuildergetStatusTimeOrBuilder().google.protobuf.Int64Value status_time = 6;booleanhasClassifier().google.protobuf.StringValue classifier = 12;booleanhasCreatedTime().google.protobuf.Int64Value created_time = 4;booleanhasDescription().google.protobuf.StringValue description = 8;booleanhasExternalId().google.protobuf.StringValue external_id = 2;booleanhasFeatureType().google.protobuf.StringValue feature_type = 9;booleanhasId().google.protobuf.Int64Value id = 1;booleanhasIgnoreMissingFields().google.protobuf.BoolValue ignore_missing_fields = 11;booleanhasName().google.protobuf.StringValue name = 7;booleanhasOriginalId().google.protobuf.StringValue original_id = 13;booleanhasStartTime().google.protobuf.Int64Value start_time = 5;booleanhasStatus().google.protobuf.StringValue status = 3;booleanhasStatusTime().google.protobuf.Int64Value 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()
.google.protobuf.Int64Value id = 1;- Returns:
- Whether the id field is set.
-
getId
Int64Value getId()
.google.protobuf.Int64Value id = 1;- Returns:
- The id.
-
getIdOrBuilder
Int64ValueOrBuilder getIdOrBuilder()
.google.protobuf.Int64Value id = 1;
-
hasExternalId
boolean hasExternalId()
.google.protobuf.StringValue external_id = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
StringValue getExternalId()
.google.protobuf.StringValue external_id = 2;- Returns:
- The externalId.
-
getExternalIdOrBuilder
StringValueOrBuilder getExternalIdOrBuilder()
.google.protobuf.StringValue external_id = 2;
-
hasStatus
boolean hasStatus()
.google.protobuf.StringValue status = 3;- Returns:
- Whether the status field is set.
-
getStatus
StringValue getStatus()
.google.protobuf.StringValue status = 3;- Returns:
- The status.
-
getStatusOrBuilder
StringValueOrBuilder getStatusOrBuilder()
.google.protobuf.StringValue status = 3;
-
hasCreatedTime
boolean hasCreatedTime()
.google.protobuf.Int64Value created_time = 4;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
Int64Value getCreatedTime()
.google.protobuf.Int64Value created_time = 4;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
Int64ValueOrBuilder getCreatedTimeOrBuilder()
.google.protobuf.Int64Value created_time = 4;
-
hasStartTime
boolean hasStartTime()
.google.protobuf.Int64Value start_time = 5;- Returns:
- Whether the startTime field is set.
-
getStartTime
Int64Value getStartTime()
.google.protobuf.Int64Value start_time = 5;- Returns:
- The startTime.
-
getStartTimeOrBuilder
Int64ValueOrBuilder getStartTimeOrBuilder()
.google.protobuf.Int64Value start_time = 5;
-
hasStatusTime
boolean hasStatusTime()
.google.protobuf.Int64Value status_time = 6;- Returns:
- Whether the statusTime field is set.
-
getStatusTime
Int64Value getStatusTime()
.google.protobuf.Int64Value status_time = 6;- Returns:
- The statusTime.
-
getStatusTimeOrBuilder
Int64ValueOrBuilder getStatusTimeOrBuilder()
.google.protobuf.Int64Value status_time = 6;
-
hasName
boolean hasName()
.google.protobuf.StringValue name = 7;- Returns:
- Whether the name field is set.
-
getName
StringValue getName()
.google.protobuf.StringValue name = 7;- Returns:
- The name.
-
getNameOrBuilder
StringValueOrBuilder getNameOrBuilder()
.google.protobuf.StringValue name = 7;
-
hasDescription
boolean hasDescription()
.google.protobuf.StringValue description = 8;- Returns:
- Whether the description field is set.
-
getDescription
StringValue getDescription()
.google.protobuf.StringValue description = 8;- Returns:
- The description.
-
getDescriptionOrBuilder
StringValueOrBuilder getDescriptionOrBuilder()
.google.protobuf.StringValue description = 8;
-
hasFeatureType
boolean hasFeatureType()
.google.protobuf.StringValue feature_type = 9;- Returns:
- Whether the featureType field is set.
-
getFeatureType
StringValue getFeatureType()
.google.protobuf.StringValue feature_type = 9;- Returns:
- The featureType.
-
getFeatureTypeOrBuilder
StringValueOrBuilder getFeatureTypeOrBuilder()
.google.protobuf.StringValue feature_type = 9;
-
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()
.google.protobuf.BoolValue ignore_missing_fields = 11;- Returns:
- Whether the ignoreMissingFields field is set.
-
getIgnoreMissingFields
BoolValue getIgnoreMissingFields()
.google.protobuf.BoolValue ignore_missing_fields = 11;- Returns:
- The ignoreMissingFields.
-
getIgnoreMissingFieldsOrBuilder
BoolValueOrBuilder getIgnoreMissingFieldsOrBuilder()
.google.protobuf.BoolValue ignore_missing_fields = 11;
-
hasClassifier
boolean hasClassifier()
.google.protobuf.StringValue classifier = 12;- Returns:
- Whether the classifier field is set.
-
getClassifier
StringValue getClassifier()
.google.protobuf.StringValue classifier = 12;- Returns:
- The classifier.
-
getClassifierOrBuilder
StringValueOrBuilder getClassifierOrBuilder()
.google.protobuf.StringValue classifier = 12;
-
hasOriginalId
boolean hasOriginalId()
.google.protobuf.StringValue original_id = 13;- Returns:
- Whether the originalId field is set.
-
getOriginalId
StringValue getOriginalId()
.google.protobuf.StringValue original_id = 13;- Returns:
- The originalId.
-
getOriginalIdOrBuilder
StringValueOrBuilder getOriginalIdOrBuilder()
.google.protobuf.StringValue original_id = 13;
-
-