Class SchemaAttributesRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
-
- All Implemented Interfaces:
Serializable
public class SchemaAttributesRequestBody extends AssetOwnerOMASAPIRequestBody
SchemaAttributesRequestBody carries the common parameters for creating a list of schema attributes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaAttributesRequestBody()Default constructorSchemaAttributesRequestBody(SchemaAttributesRequestBody template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.List<SchemaAttributeProperties>getSchemaAttributeProperties()Return the properties that describe the schema attribute.inthashCode()Return hash code for this objectvoidsetSchemaAttributeProperties(List<SchemaAttributeProperties> schemaAttributeProperties)Set up the properties that describe the schema attribute.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
SchemaAttributesRequestBody
public SchemaAttributesRequestBody()
Default constructor
-
SchemaAttributesRequestBody
public SchemaAttributesRequestBody(SchemaAttributesRequestBody template)
Copy/clone constructor.- Parameters:
template- template schema attribute to copy.
-
-
Method Detail
-
getSchemaAttributeProperties
public List<SchemaAttributeProperties> getSchemaAttributeProperties()
Return the properties that describe the schema attribute.- Returns:
- schema attribute properties
-
setSchemaAttributeProperties
public void setSchemaAttributeProperties(List<SchemaAttributeProperties> schemaAttributeProperties)
Set up the properties that describe the schema attribute.- Parameters:
schemaAttributeProperties- schema attribute properties
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classAssetOwnerOMASAPIRequestBody- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-