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,
boolean hasCeph,
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.
|
boolean |
isHasCeph()
Indicates whether the company has Ceph object storage or not.
|
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, boolean hasCeph, DomainResponse domain)
public boolean hasIaas()
public boolean hasVccr()
public boolean hasVcc()
public boolean hasObjectStorage()
public boolean hasO365()
public boolean isHasCeph()
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 © 2023 iland Internet Solutions, Corp. All rights reserved.