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 Details

    • 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.client.dto.MatchField match_fields = 10;
    • getMatchFields

      MatchField getMatchFields(int index)
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
    • getMatchFieldsCount

      int getMatchFieldsCount()
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
    • getMatchFieldsOrBuilderList

      List<? extends MatchFieldOrBuilder> getMatchFieldsOrBuilderList()
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
    • getMatchFieldsOrBuilder

      MatchFieldOrBuilder getMatchFieldsOrBuilder(int index)
      repeated .com.cognite.client.dto.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.