public class SchemaAttributesRequestBody extends AssetOwnerOMASAPIRequestBody
| Constructor and Description |
|---|
SchemaAttributesRequestBody()
Default constructor
|
SchemaAttributesRequestBody(SchemaAttributesRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
int |
hashCode()
Return hash code for this object
|
void |
setSchemaAttributeProperties(List<SchemaAttributeProperties> schemaAttributeProperties)
Set up the properties that describe the schema attribute.
|
String |
toString()
Standard toString method.
|
public SchemaAttributesRequestBody()
public SchemaAttributesRequestBody(SchemaAttributesRequestBody template)
template - template schema attribute to copy.public List<SchemaAttributeProperties> getSchemaAttributeProperties()
public void setSchemaAttributeProperties(List<SchemaAttributeProperties> schemaAttributeProperties)
schemaAttributeProperties - schema attribute propertiespublic String toString()
toString in class AssetOwnerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.