public class CompanyResponse extends EntityResponse
| Constructor and Description | 
|---|
| CompanyResponse(String uuid,
               String name,
               boolean deleted,
               Instant deletedDate,
               Instant updatedDate,
               boolean hasIaas,
               boolean hasVcc,
               boolean hasVccr,
               boolean hasObjectStorage,
               boolean hasO365,
               DomainResponse domain) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| DomainResponse | getDomain()Get the company domain. | 
| EntityType | getEntityType()Get the entity type. | 
| int | hashCode() | 
| boolean | hasIaas()Indicates whether this company has any IaaS assets. | 
| boolean | hasO365()Indicates whether the company has Office 365 backups. | 
| boolean | hasObjectStorage()Indicates whether the company has object storage. | 
| boolean | hasVcc()Indicates whether this company has any VCC assets. | 
| boolean | hasVccr()Indicates whether this company has any VCC-R assets. | 
| String | toString() | 
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeletedpublic CompanyResponse(String uuid, String name, boolean deleted, Instant deletedDate, Instant updatedDate, boolean hasIaas, boolean hasVcc, boolean hasVccr, boolean hasObjectStorage, boolean hasO365, DomainResponse domain)
public boolean hasIaas()
public boolean hasVccr()
public boolean hasVcc()
public boolean hasObjectStorage()
public boolean hasO365()
public EntityType getEntityType()
public DomainResponse getDomain()
DomainResponse company domainpublic boolean equals(Object o)
equals in class EntityResponsepublic int hashCode()
hashCode in class EntityResponsepublic String toString()
toString in class EntityResponseCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.