Package com.cognite.client.dto
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 typecom.cognite.beam.proto.EntityMatchModel- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityMatchModel.BuilderAn entity match model.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCLASSIFIER_FIELD_NUMBERstatic intCREATED_TIME_FIELD_NUMBERstatic intDESCRIPTION_FIELD_NUMBERstatic intEXTERNAL_ID_FIELD_NUMBERstatic intFEATURE_TYPE_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intIGNORE_MISSING_FIELDS_FIELD_NUMBERstatic intMATCH_FIELDS_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intORIGINAL_ID_FIELD_NUMBERstatic intSTART_TIME_FIELD_NUMBERstatic intSTATUS_FIELD_NUMBERstatic intSTATUS_TIME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClassifier()optional string classifier = 12;com.google.protobuf.ByteStringgetClassifierBytes()optional string classifier = 12;longgetCreatedTime()optional int64 created_time = 4;static EntityMatchModelgetDefaultInstance()EntityMatchModelgetDefaultInstanceForType()StringgetDescription()optional string description = 8;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 8;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.Parser<EntityMatchModel>getParserForType()intgetSerializedSize()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;com.google.protobuf.UnknownFieldSetgetUnknownFields()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;inthashCode()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;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static EntityMatchModel.BuildernewBuilder()static EntityMatchModel.BuildernewBuilder(EntityMatchModel prototype)EntityMatchModel.BuildernewBuilderForType()protected EntityMatchModel.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static EntityMatchModelparseDelimitedFrom(InputStream input)static EntityMatchModelparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchModelparseFrom(byte[] data)static EntityMatchModelparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchModelparseFrom(com.google.protobuf.ByteString data)static EntityMatchModelparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchModelparseFrom(com.google.protobuf.CodedInputStream input)static EntityMatchModelparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchModelparseFrom(InputStream input)static EntityMatchModelparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMatchModelparseFrom(ByteBuffer data)static EntityMatchModelparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<EntityMatchModel>parser()EntityMatchModel.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXTERNAL_ID_FIELD_NUMBER
public static final int EXTERNAL_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_TIME_FIELD_NUMBER
public static final int CREATED_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_TIME_FIELD_NUMBER
public static final int STATUS_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURE_TYPE_FIELD_NUMBER
public static final int FEATURE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MATCH_FIELDS_FIELD_NUMBER
public static final int MATCH_FIELDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IGNORE_MISSING_FIELDS_FIELD_NUMBER
public static final int IGNORE_MISSING_FIELDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLASSIFIER_FIELD_NUMBER
public static final int CLASSIFIER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ORIGINAL_ID_FIELD_NUMBER
public static final int ORIGINAL_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasId
public boolean hasId()
optional int64 id = 1;- Specified by:
hasIdin interfaceEntityMatchModelOrBuilder- Returns:
- Whether the id field is set.
-
getId
public long getId()
optional int64 id = 1;- Specified by:
getIdin interfaceEntityMatchModelOrBuilder- Returns:
- The id.
-
hasExternalId
public boolean hasExternalId()
optional string external_id = 2;- Specified by:
hasExternalIdin interfaceEntityMatchModelOrBuilder- Returns:
- Whether the externalId field is set.
-
getExternalId
public String getExternalId()
optional string external_id = 2;- Specified by:
getExternalIdin interfaceEntityMatchModelOrBuilder- Returns:
- The externalId.
-
getExternalIdBytes
public com.google.protobuf.ByteString getExternalIdBytes()
optional string external_id = 2;- Specified by:
getExternalIdBytesin interfaceEntityMatchModelOrBuilder- Returns:
- The bytes for externalId.
-
hasStatus
public boolean hasStatus()
optional string status = 3;- Specified by:
hasStatusin interfaceEntityMatchModelOrBuilder- Returns:
- Whether the status field is set.
-
getStatus
public String getStatus()
optional string status = 3;- Specified by:
getStatusin interfaceEntityMatchModelOrBuilder- Returns:
- The status.
-
getStatusBytes
public com.google.protobuf.ByteString getStatusBytes()
optional string status = 3;- Specified by:
getStatusBytesin interfaceEntityMatchModelOrBuilder- Returns:
- The bytes for status.
-
hasCreatedTime
public boolean hasCreatedTime()
optional int64 created_time = 4;- Specified by:
hasCreatedTimein interfaceEntityMatchModelOrBuilder- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
public long getCreatedTime()
optional int64 created_time = 4;- Specified by:
getCreatedTimein interfaceEntityMatchModelOrBuilder- Returns:
- The createdTime.
-
hasStartTime
public boolean hasStartTime()
optional int64 start_time = 5;- Specified by:
hasStartTimein interfaceEntityMatchModelOrBuilder- Returns:
- Whether the startTime field is set.
-
getStartTime
public long getStartTime()
optional int64 start_time = 5;- Specified by:
getStartTimein interfaceEntityMatchModelOrBuilder- Returns:
- The startTime.
-
hasStatusTime
public boolean hasStatusTime()
optional int64 status_time = 6;- Specified by:
hasStatusTimein interfaceEntityMatchModelOrBuilder- Returns:
- Whether the statusTime field is set.
-
getStatusTime
public long getStatusTime()
optional int64 status_time = 6;- Specified by:
getStatusTimein interfaceEntityMatchModelOrBuilder- Returns:
- The statusTime.
-
hasName
public boolean hasName()
optional string name = 7;- Specified by:
hasNamein interfaceEntityMatchModelOrBuilder- Returns:
- Whether the name field is set.
-
getName
public String getName()
optional string name = 7;- Specified by:
getNamein interfaceEntityMatchModelOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
optional string name = 7;- Specified by:
getNameBytesin interfaceEntityMatchModelOrBuilder- Returns:
- The bytes for name.
-
hasDescription
public boolean hasDescription()
optional string description = 8;- Specified by:
hasDescriptionin interfaceEntityMatchModelOrBuilder- Returns:
- Whether the description field is set.
-
getDescription
public String getDescription()
optional string description = 8;- Specified by:
getDescriptionin interfaceEntityMatchModelOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 8;- Specified by:
getDescriptionBytesin interfaceEntityMatchModelOrBuilder- Returns:
- The bytes for description.
-
hasFeatureType
public boolean hasFeatureType()
optional string feature_type = 9;- Specified by:
hasFeatureTypein interfaceEntityMatchModelOrBuilder- Returns:
- Whether the featureType field is set.
-
getFeatureType
public String getFeatureType()
optional string feature_type = 9;- Specified by:
getFeatureTypein interfaceEntityMatchModelOrBuilder- Returns:
- The featureType.
-
getFeatureTypeBytes
public com.google.protobuf.ByteString getFeatureTypeBytes()
optional string feature_type = 9;- Specified by:
getFeatureTypeBytesin interfaceEntityMatchModelOrBuilder- Returns:
- The bytes for featureType.
-
getMatchFieldsList
public List<MatchField> getMatchFieldsList()
repeated .com.cognite.beam.proto.MatchField match_fields = 10;- Specified by:
getMatchFieldsListin interfaceEntityMatchModelOrBuilder
-
getMatchFieldsOrBuilderList
public List<? extends MatchFieldOrBuilder> getMatchFieldsOrBuilderList()
repeated .com.cognite.beam.proto.MatchField match_fields = 10;- Specified by:
getMatchFieldsOrBuilderListin interfaceEntityMatchModelOrBuilder
-
getMatchFieldsCount
public int getMatchFieldsCount()
repeated .com.cognite.beam.proto.MatchField match_fields = 10;- Specified by:
getMatchFieldsCountin interfaceEntityMatchModelOrBuilder
-
getMatchFields
public MatchField getMatchFields(int index)
repeated .com.cognite.beam.proto.MatchField match_fields = 10;- Specified by:
getMatchFieldsin interfaceEntityMatchModelOrBuilder
-
getMatchFieldsOrBuilder
public MatchFieldOrBuilder getMatchFieldsOrBuilder(int index)
repeated .com.cognite.beam.proto.MatchField match_fields = 10;- Specified by:
getMatchFieldsOrBuilderin interfaceEntityMatchModelOrBuilder
-
hasIgnoreMissingFields
public boolean hasIgnoreMissingFields()
optional bool ignore_missing_fields = 11;- Specified by:
hasIgnoreMissingFieldsin interfaceEntityMatchModelOrBuilder- Returns:
- Whether the ignoreMissingFields field is set.
-
getIgnoreMissingFields
public boolean getIgnoreMissingFields()
optional bool ignore_missing_fields = 11;- Specified by:
getIgnoreMissingFieldsin interfaceEntityMatchModelOrBuilder- Returns:
- The ignoreMissingFields.
-
hasClassifier
public boolean hasClassifier()
optional string classifier = 12;- Specified by:
hasClassifierin interfaceEntityMatchModelOrBuilder- Returns:
- Whether the classifier field is set.
-
getClassifier
public String getClassifier()
optional string classifier = 12;- Specified by:
getClassifierin interfaceEntityMatchModelOrBuilder- Returns:
- The classifier.
-
getClassifierBytes
public com.google.protobuf.ByteString getClassifierBytes()
optional string classifier = 12;- Specified by:
getClassifierBytesin interfaceEntityMatchModelOrBuilder- Returns:
- The bytes for classifier.
-
hasOriginalId
public boolean hasOriginalId()
optional string original_id = 13;- Specified by:
hasOriginalIdin interfaceEntityMatchModelOrBuilder- Returns:
- Whether the originalId field is set.
-
getOriginalId
public String getOriginalId()
optional string original_id = 13;- Specified by:
getOriginalIdin interfaceEntityMatchModelOrBuilder- Returns:
- The originalId.
-
getOriginalIdBytes
public com.google.protobuf.ByteString getOriginalIdBytes()
optional string original_id = 13;- Specified by:
getOriginalIdBytesin interfaceEntityMatchModelOrBuilder- Returns:
- The bytes for originalId.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.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:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static EntityMatchModel.Builder newBuilder()
-
newBuilder
public static EntityMatchModel.Builder newBuilder(EntityMatchModel prototype)
-
toBuilder
public EntityMatchModel.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected EntityMatchModel.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.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:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public EntityMatchModel getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-