public class CombinedSchemaRequestBody extends AssetOwnerOMASAPIRequestBody
| Modifier and Type | Field and Description |
|---|---|
protected List<SchemaAttributeProperties> |
schemaAttributes |
protected SchemaTypeProperties |
schemaType |
| Constructor and Description |
|---|
CombinedSchemaRequestBody()
Default constructor
|
CombinedSchemaRequestBody(CombinedSchemaRequestBody 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> |
getSchemaAttributes()
Return the names of the zones that this asset is a member of.
|
SchemaTypeProperties |
getSchemaType()
Return the type of owner stored in the owner property.
|
int |
hashCode()
Return has code based on properties.
|
void |
setSchemaAttributes(List<SchemaAttributeProperties> schemaAttributes)
Set up the names of the zones that this asset is a member of.
|
void |
setSchemaType(SchemaTypeProperties schemaType)
Set up the owner type for this asset.
|
String |
toString()
Standard toString method.
|
protected SchemaTypeProperties schemaType
protected List<SchemaAttributeProperties> schemaAttributes
public CombinedSchemaRequestBody()
public CombinedSchemaRequestBody(CombinedSchemaRequestBody template)
template - object to copypublic SchemaTypeProperties getSchemaType()
public void setSchemaType(SchemaTypeProperties schemaType)
schemaType - OwnerType enumpublic List<SchemaAttributeProperties> getSchemaAttributes()
public void setSchemaAttributes(List<SchemaAttributeProperties> schemaAttributes)
schemaAttributes - list of zone namespublic String toString()
toString in class AssetOwnerOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.