Class EntityMatchModel

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.cognite.client.dto.EntityMatchModel
All Implemented Interfaces:
EntityMatchModelOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class EntityMatchModel extends com.google.protobuf.GeneratedMessageV3 implements EntityMatchModelOrBuilder

An entity match model. Represents a matching model along with its configuration and meta data.
 
Protobuf type com.cognite.client.dto.EntityMatchModel
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • EXTERNAL_ID_FIELD_NUMBER

      public static final int EXTERNAL_ID_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • CREATED_TIME_FIELD_NUMBER

      public static final int CREATED_TIME_FIELD_NUMBER
      See Also:
    • START_TIME_FIELD_NUMBER

      public static final int START_TIME_FIELD_NUMBER
      See Also:
    • STATUS_TIME_FIELD_NUMBER

      public static final int STATUS_TIME_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • FEATURE_TYPE_FIELD_NUMBER

      public static final int FEATURE_TYPE_FIELD_NUMBER
      See Also:
    • MATCH_FIELDS_FIELD_NUMBER

      public static final int MATCH_FIELDS_FIELD_NUMBER
      See Also:
    • IGNORE_MISSING_FIELDS_FIELD_NUMBER

      public static final int IGNORE_MISSING_FIELDS_FIELD_NUMBER
      See Also:
    • CLASSIFIER_FIELD_NUMBER

      public static final int CLASSIFIER_FIELD_NUMBER
      See Also:
    • ORIGINAL_ID_FIELD_NUMBER

      public static final int ORIGINAL_ID_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasId

      public boolean hasId()
      optional int64 id = 1;
      Specified by:
      hasId in interface EntityMatchModelOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public long getId()
      optional int64 id = 1;
      Specified by:
      getId in interface EntityMatchModelOrBuilder
      Returns:
      The id.
    • hasExternalId

      public boolean hasExternalId()
      optional string external_id = 2;
      Specified by:
      hasExternalId in interface EntityMatchModelOrBuilder
      Returns:
      Whether the externalId field is set.
    • getExternalId

      public String getExternalId()
      optional string external_id = 2;
      Specified by:
      getExternalId in interface EntityMatchModelOrBuilder
      Returns:
      The externalId.
    • getExternalIdBytes

      public com.google.protobuf.ByteString getExternalIdBytes()
      optional string external_id = 2;
      Specified by:
      getExternalIdBytes in interface EntityMatchModelOrBuilder
      Returns:
      The bytes for externalId.
    • hasStatus

      public boolean hasStatus()
      optional string status = 3;
      Specified by:
      hasStatus in interface EntityMatchModelOrBuilder
      Returns:
      Whether the status field is set.
    • getStatus

      public String getStatus()
      optional string status = 3;
      Specified by:
      getStatus in interface EntityMatchModelOrBuilder
      Returns:
      The status.
    • getStatusBytes

      public com.google.protobuf.ByteString getStatusBytes()
      optional string status = 3;
      Specified by:
      getStatusBytes in interface EntityMatchModelOrBuilder
      Returns:
      The bytes for status.
    • hasCreatedTime

      public boolean hasCreatedTime()
      optional int64 created_time = 4;
      Specified by:
      hasCreatedTime in interface EntityMatchModelOrBuilder
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      public long getCreatedTime()
      optional int64 created_time = 4;
      Specified by:
      getCreatedTime in interface EntityMatchModelOrBuilder
      Returns:
      The createdTime.
    • hasStartTime

      public boolean hasStartTime()
      optional int64 start_time = 5;
      Specified by:
      hasStartTime in interface EntityMatchModelOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public long getStartTime()
      optional int64 start_time = 5;
      Specified by:
      getStartTime in interface EntityMatchModelOrBuilder
      Returns:
      The startTime.
    • hasStatusTime

      public boolean hasStatusTime()
      optional int64 status_time = 6;
      Specified by:
      hasStatusTime in interface EntityMatchModelOrBuilder
      Returns:
      Whether the statusTime field is set.
    • getStatusTime

      public long getStatusTime()
      optional int64 status_time = 6;
      Specified by:
      getStatusTime in interface EntityMatchModelOrBuilder
      Returns:
      The statusTime.
    • hasName

      public boolean hasName()
      optional string name = 7;
      Specified by:
      hasName in interface EntityMatchModelOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
      optional string name = 7;
      Specified by:
      getName in interface EntityMatchModelOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      optional string name = 7;
      Specified by:
      getNameBytes in interface EntityMatchModelOrBuilder
      Returns:
      The bytes for name.
    • hasDescription

      public boolean hasDescription()
      optional string description = 8;
      Specified by:
      hasDescription in interface EntityMatchModelOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
      optional string description = 8;
      Specified by:
      getDescription in interface EntityMatchModelOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 8;
      Specified by:
      getDescriptionBytes in interface EntityMatchModelOrBuilder
      Returns:
      The bytes for description.
    • hasFeatureType

      public boolean hasFeatureType()
      optional string feature_type = 9;
      Specified by:
      hasFeatureType in interface EntityMatchModelOrBuilder
      Returns:
      Whether the featureType field is set.
    • getFeatureType

      public String getFeatureType()
      optional string feature_type = 9;
      Specified by:
      getFeatureType in interface EntityMatchModelOrBuilder
      Returns:
      The featureType.
    • getFeatureTypeBytes

      public com.google.protobuf.ByteString getFeatureTypeBytes()
      optional string feature_type = 9;
      Specified by:
      getFeatureTypeBytes in interface EntityMatchModelOrBuilder
      Returns:
      The bytes for featureType.
    • getMatchFieldsList

      public List<MatchField> getMatchFieldsList()
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
      Specified by:
      getMatchFieldsList in interface EntityMatchModelOrBuilder
    • getMatchFieldsOrBuilderList

      public List<? extends MatchFieldOrBuilder> getMatchFieldsOrBuilderList()
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
      Specified by:
      getMatchFieldsOrBuilderList in interface EntityMatchModelOrBuilder
    • getMatchFieldsCount

      public int getMatchFieldsCount()
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
      Specified by:
      getMatchFieldsCount in interface EntityMatchModelOrBuilder
    • getMatchFields

      public MatchField getMatchFields(int index)
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
      Specified by:
      getMatchFields in interface EntityMatchModelOrBuilder
    • getMatchFieldsOrBuilder

      public MatchFieldOrBuilder getMatchFieldsOrBuilder(int index)
      repeated .com.cognite.client.dto.MatchField match_fields = 10;
      Specified by:
      getMatchFieldsOrBuilder in interface EntityMatchModelOrBuilder
    • hasIgnoreMissingFields

      public boolean hasIgnoreMissingFields()
      optional bool ignore_missing_fields = 11;
      Specified by:
      hasIgnoreMissingFields in interface EntityMatchModelOrBuilder
      Returns:
      Whether the ignoreMissingFields field is set.
    • getIgnoreMissingFields

      public boolean getIgnoreMissingFields()
      optional bool ignore_missing_fields = 11;
      Specified by:
      getIgnoreMissingFields in interface EntityMatchModelOrBuilder
      Returns:
      The ignoreMissingFields.
    • hasClassifier

      public boolean hasClassifier()
      optional string classifier = 12;
      Specified by:
      hasClassifier in interface EntityMatchModelOrBuilder
      Returns:
      Whether the classifier field is set.
    • getClassifier

      public String getClassifier()
      optional string classifier = 12;
      Specified by:
      getClassifier in interface EntityMatchModelOrBuilder
      Returns:
      The classifier.
    • getClassifierBytes

      public com.google.protobuf.ByteString getClassifierBytes()
      optional string classifier = 12;
      Specified by:
      getClassifierBytes in interface EntityMatchModelOrBuilder
      Returns:
      The bytes for classifier.
    • hasOriginalId

      public boolean hasOriginalId()
      optional string original_id = 13;
      Specified by:
      hasOriginalId in interface EntityMatchModelOrBuilder
      Returns:
      Whether the originalId field is set.
    • getOriginalId

      public String getOriginalId()
      optional string original_id = 13;
      Specified by:
      getOriginalId in interface EntityMatchModelOrBuilder
      Returns:
      The originalId.
    • getOriginalIdBytes

      public com.google.protobuf.ByteString getOriginalIdBytes()
      optional string original_id = 13;
      Specified by:
      getOriginalIdBytes in interface EntityMatchModelOrBuilder
      Returns:
      The bytes for originalId.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static EntityMatchModel parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EntityMatchModel parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EntityMatchModel parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EntityMatchModel parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EntityMatchModel parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EntityMatchModel parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EntityMatchModel parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EntityMatchModel parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static EntityMatchModel parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static EntityMatchModel parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EntityMatchModel parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EntityMatchModel parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public EntityMatchModel.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static EntityMatchModel.Builder newBuilder()
    • newBuilder

      public static EntityMatchModel.Builder newBuilder(EntityMatchModel prototype)
    • toBuilder

      public EntityMatchModel.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected EntityMatchModel.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static EntityMatchModel getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<EntityMatchModel> parser()
    • getParserForType

      public com.google.protobuf.Parser<EntityMatchModel> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public EntityMatchModel getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder