Package com.atlan.model.relations
Class GlossaryValidValue
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.GlossaryValidValue
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class GlossaryValidValue
extends RelationshipAttributes
Terms that represent valid values for another, for example: 'red', 'blue', 'green' could all be valid values for a term 'color'.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGlossaryValidValue.GlossaryValidValueBuilder<C extends GlossaryValidValue,B extends GlossaryValidValue.GlossaryValidValueBuilder<C, B>> static final classTerms that represent valid values for another, for example: 'red', 'blue', 'green' could all be valid values for a term 'color'.static final classTerms that represent valid values for another, for example: 'red', 'blue', 'green' could all be valid values for a term 'color'.Nested classes/interfaces inherited from class com.atlan.model.relations.RelationshipAttributes
RelationshipAttributes.RelationshipAttributesBuilder<C extends RelationshipAttributes,B extends RelationshipAttributes.RelationshipAttributesBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic GlossaryValidValue.GlossaryValidValueBuilder<?, ?> builder()protected booleanbooleangetAll()Details about the relationship.Expression used to set the relationship.Source of the relationship.Status of the relationship, typically used by discovery engines.User responsible for assessing the relationship and deciding if it should be approved or not.Fixed typeName for GlossaryValidValues.inthashCode()Methods inherited from class com.atlan.model.relations.RelationshipAttributes
getNullFields, toStringMethods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GlossaryValidValue
-
-
Method Details
-
getAll
- Specified by:
getAllin classRelationshipAttributes
-
builder
-
toBuilder
-
getDescription
Details about the relationship. -
getExpression
Expression used to set the relationship. -
getSource
Source of the relationship. -
getStatus
Status of the relationship, typically used by discovery engines. -
getSteward
User responsible for assessing the relationship and deciding if it should be approved or not. -
equals
- Overrides:
equalsin classRelationshipAttributes
-
canEqual
- Overrides:
canEqualin classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCodein classRelationshipAttributes
-
getTypeName
Fixed typeName for GlossaryValidValues.- Overrides:
getTypeNamein classRelationshipAttributes
-