Package com.atlan.model.relations
Class CustomParentEntityCustomChildEntities
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.CustomParentEntityCustomChildEntities
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class CustomParentEntityCustomChildEntities
extends RelationshipAttributes
Containment relationship between two custom entities.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Containment relationship between two custom entities.static final class
Containment relationship between two custom entities.static class
CustomParentEntityCustomChildEntities.CustomParentEntityCustomChildEntitiesBuilder<C extends CustomParentEntityCustomChildEntities,
B extends CustomParentEntityCustomChildEntities.CustomParentEntityCustomChildEntitiesBuilder<C, B>> 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
CustomParentEntityCustomChildEntities
(CustomParentEntityCustomChildEntities.CustomParentEntityCustomChildEntitiesBuilder<?, ?> b) -
Method Summary
Methods inherited from class com.atlan.model.relations.RelationshipAttributes
getNullFields, toString
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
CustomParentEntityCustomChildEntities
protected CustomParentEntityCustomChildEntities(CustomParentEntityCustomChildEntities.CustomParentEntityCustomChildEntitiesBuilder<?, ?> b)
-
-
Method Details
-
getAll
- Specified by:
getAll
in classRelationshipAttributes
-
builder
public static CustomParentEntityCustomChildEntities.CustomParentEntityCustomChildEntitiesBuilder<?,?> builder() -
toBuilder
public CustomParentEntityCustomChildEntities.CustomParentEntityCustomChildEntitiesBuilder<?,?> toBuilder() -
getCustomEntityChildrenLabel
TBC -
getCustomEntityParentLabel
TBC -
equals
- Overrides:
equals
in classRelationshipAttributes
-
canEqual
- Overrides:
canEqual
in classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRelationshipAttributes
-
getTypeName
Fixed typeName for CustomParentEntityCustomChildEntitiess.- Overrides:
getTypeName
in classRelationshipAttributes
-