public class CompanyResponse extends EntityResponse
Constructor and Description |
---|
CompanyResponse(String uuid,
String name,
boolean deleted,
Instant deletedDate,
Instant updatedDate,
boolean hasIaas,
boolean hasVcc,
boolean hasObjectStorage,
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 |
hasObjectStorage()
Indicates whether the company has object storage.
|
boolean |
hasVcc()
Indicates whether this company has any VCC assets.
|
String |
toString() |
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeleted
public CompanyResponse(String uuid, String name, boolean deleted, Instant deletedDate, Instant updatedDate, boolean hasIaas, boolean hasVcc, boolean hasObjectStorage, DomainResponse domain)
public boolean hasIaas()
public boolean hasVcc()
public boolean hasObjectStorage()
public EntityType getEntityType()
public DomainResponse getDomain()
DomainResponse
company domainpublic boolean equals(Object o)
equals
in class EntityResponse
public int hashCode()
hashCode
in class EntityResponse
public String toString()
toString
in class EntityResponse
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.