@Generated(value="org.jsonschema2pojo") public class AdminDomain extends Object
| Constructor and Description |
|---|
AdminDomain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getChildDomainID()
IDs of AdminDomains aggregated by this AdminDomain
|
List<String> |
getComputingServiceID()
IDs of ComputingServices in this AdminDomain
|
Boolean |
getDistributed()
true if the services managed by the AdminDomain are geographically distributed
|
List<String> |
getOwner()
Identification of persons or legal entities that own the resources in this AdminDomain
|
String |
getParentDomainID()
The ID of the AdminDomain that this AdminDomain participates in
|
List<String> |
getServiceID()
IDs of Services in this AdminDomain
|
List<String> |
getStorageServiceID()
IDs of StorageServices in this AdminDomain
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setChildDomainID(List<String> childDomainID)
IDs of AdminDomains aggregated by this AdminDomain
|
void |
setComputingServiceID(List<String> computingServiceID)
IDs of ComputingServices in this AdminDomain
|
void |
setDistributed(Boolean distributed)
true if the services managed by the AdminDomain are geographically distributed
|
void |
setOwner(List<String> owner)
Identification of persons or legal entities that own the resources in this AdminDomain
|
void |
setParentDomainID(String parentDomainID)
The ID of the AdminDomain that this AdminDomain participates in
|
void |
setServiceID(List<String> serviceID)
IDs of Services in this AdminDomain
|
void |
setStorageServiceID(List<String> storageServiceID)
IDs of StorageServices in this AdminDomain
|
String |
toString() |
public Boolean getDistributed()
public void setDistributed(Boolean distributed)
public List<String> getOwner()
public void setOwner(List<String> owner)
public List<String> getChildDomainID()
public void setChildDomainID(List<String> childDomainID)
public String getParentDomainID()
public void setParentDomainID(String parentDomainID)
public List<String> getComputingServiceID()
public void setComputingServiceID(List<String> computingServiceID)
public List<String> getStorageServiceID()
public void setStorageServiceID(List<String> storageServiceID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.