Class Account
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.enterprise_management.v1.model.Account
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Account extends com.ibm.cloud.sdk.core.service.model.GenericModelAn account resource.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCreatedAt()Gets the createdAt.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCrn()Gets the crn.java.lang.StringgetEnterpriseAccountId()Gets the enterpriseAccountId.java.lang.StringgetEnterpriseId()Gets the enterpriseId.java.lang.StringgetEnterprisePath()Gets the enterprisePath.java.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.java.lang.StringgetOwnerEmail()Gets the ownerEmail.java.lang.StringgetOwnerIamId()Gets the ownerIamId.java.lang.StringgetParent()Gets the parent.java.lang.StringgetState()Gets the state.java.util.DategetUpdatedAt()Gets the updatedAt.java.lang.StringgetUpdatedBy()Gets the updatedBy.java.lang.StringgetUrl()Gets the url.java.lang.BooleanisIsEnterpriseAccount()Gets the isEnterpriseAccount.java.lang.BooleanisPaid()Gets the paid.
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
Gets the url. The URL of the account.- Returns:
- the url
-
getId
public java.lang.String getId()
Gets the id. The account ID.- Returns:
- the id
-
getCrn
public java.lang.String getCrn()
Gets the crn. The Cloud Resource Name (CRN) of the account.- Returns:
- the crn
-
getParent
public java.lang.String getParent()
Gets the parent. The CRN of the parent of the account.- Returns:
- the parent
-
getEnterpriseAccountId
public java.lang.String getEnterpriseAccountId()
Gets the enterpriseAccountId. The enterprise account ID.- Returns:
- the enterpriseAccountId
-
getEnterpriseId
public java.lang.String getEnterpriseId()
Gets the enterpriseId. The enterprise ID that the account is a part of.- Returns:
- the enterpriseId
-
getEnterprisePath
public java.lang.String getEnterprisePath()
Gets the enterprisePath. The path from the enterprise to this particular account.- Returns:
- the enterprisePath
-
getName
public java.lang.String getName()
Gets the name. The name of the account.- Returns:
- the name
-
getState
public java.lang.String getState()
Gets the state. The state of the account.- Returns:
- the state
-
getOwnerIamId
public java.lang.String getOwnerIamId()
Gets the ownerIamId. The IAM ID of the owner of the account.- Returns:
- the ownerIamId
-
isPaid
public java.lang.Boolean isPaid()
Gets the paid. The type of account - whether it is free or paid.- Returns:
- the paid
-
getOwnerEmail
public java.lang.String getOwnerEmail()
Gets the ownerEmail. The email address of the owner of the account.- Returns:
- the ownerEmail
-
isIsEnterpriseAccount
public java.lang.Boolean isIsEnterpriseAccount()
Gets the isEnterpriseAccount. The flag to indicate whether the account is an enterprise account or not.- Returns:
- the isEnterpriseAccount
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. The time stamp at which the account was created.- Returns:
- the createdAt
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. The IAM ID of the user or service that created the account.- Returns:
- the createdBy
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Gets the updatedAt. The time stamp at which the account was last updated.- Returns:
- the updatedAt
-
getUpdatedBy
public java.lang.String getUpdatedBy()
Gets the updatedBy. The IAM ID of the user or service that updated the account.- Returns:
- the updatedBy
-
-