Class SchemaAttributesRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
- All Implemented Interfaces:
Serializable
SchemaAttributesRequestBody carries the common parameters for creating a list of schema attributes.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.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.toString()Standard toString method.
-
Constructor Details
-
SchemaAttributesRequestBody
public SchemaAttributesRequestBody()Default constructor -
SchemaAttributesRequestBody
Copy/clone constructor.- Parameters:
template- template schema attribute to copy.
-
-
Method Details
-
getSchemaAttributeProperties
Return the properties that describe the schema attribute.- Returns:
- schema attribute properties
-
setSchemaAttributeProperties
Set up the properties that describe the schema attribute.- Parameters:
schemaAttributeProperties- schema attribute properties
-
toString
Standard toString method.- Overrides:
toStringin classAssetOwnerOMASAPIRequestBody- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code for this object
-