public class SchemaTypeRequestBody extends AssetOwnerOMASAPIRequestBody
| Constructor and Description |
|---|
SchemaTypeRequestBody()
Default constructor
|
SchemaTypeRequestBody(SchemaTypeRequestBody 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.
|
SchemaTypeProperties |
getSchemaTypeProperties()
Return the properties for the schema type.
|
int |
hashCode()
Return hash code for this object
|
void |
setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)
Set up schema type
|
String |
toString()
Standard toString method.
|
public SchemaTypeRequestBody()
public SchemaTypeRequestBody(SchemaTypeRequestBody template)
template - template object to copy.public SchemaTypeProperties getSchemaTypeProperties()
public void setSchemaTypeProperties(SchemaTypeProperties schemaTypeProperties)
schemaTypeProperties - schema type propertiespublic boolean equals(Object objectToCompare)
public int hashCode()
public String toString()
toString in class AssetOwnerOMASAPIRequestBodyCopyright © 2018–2020 ODPi. All rights reserved.