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