Class Enterprise
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.enterprise_management.v1.model.Enterprise
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Enterprise extends com.ibm.cloud.sdk.core.service.model.GenericModel
An enterprise resource.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getCreatedAt()
Gets the createdAt.java.lang.String
getCreatedBy()
Gets the createdBy.java.lang.String
getCrn()
Gets the crn.java.lang.String
getDomain()
Gets the domain.java.lang.String
getEnterpriseAccountId()
Gets the enterpriseAccountId.java.lang.String
getId()
Gets the id.java.lang.String
getName()
Gets the name.java.lang.String
getPrimaryContactEmail()
Gets the primaryContactEmail.java.lang.String
getPrimaryContactIamId()
Gets the primaryContactIamId.java.lang.String
getSourceAccountId()
Gets the sourceAccountId.java.lang.String
getState()
Gets the state.java.util.Date
getUpdatedAt()
Gets the updatedAt.java.lang.String
getUpdatedBy()
Gets the updatedBy.java.lang.String
getUrl()
Gets the url.
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
Gets the url. The URL of the enterprise.- Returns:
- the url
-
getId
public java.lang.String getId()
Gets the id. The enterprise ID.- Returns:
- the id
-
getEnterpriseAccountId
public java.lang.String getEnterpriseAccountId()
Gets the enterpriseAccountId. The enterprise account ID.- Returns:
- the enterpriseAccountId
-
getCrn
public java.lang.String getCrn()
Gets the crn. The Cloud Resource Name (CRN) of the enterprise.- Returns:
- the crn
-
getName
public java.lang.String getName()
Gets the name. The name of the enterprise.- Returns:
- the name
-
getDomain
public java.lang.String getDomain()
Gets the domain. The domain of the enterprise.- Returns:
- the domain
-
getState
public java.lang.String getState()
Gets the state. The state of the enterprise.- Returns:
- the state
-
getPrimaryContactIamId
public java.lang.String getPrimaryContactIamId()
Gets the primaryContactIamId. The IAM ID of the primary contact of the enterprise, such as `IBMid-0123ABC`.- Returns:
- the primaryContactIamId
-
getPrimaryContactEmail
public java.lang.String getPrimaryContactEmail()
Gets the primaryContactEmail. The email of the primary contact of the enterprise.- Returns:
- the primaryContactEmail
-
getSourceAccountId
public java.lang.String getSourceAccountId()
Gets the sourceAccountId. The ID of the account that is used to create the enterprise.- Returns:
- the sourceAccountId
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. The time stamp at which the enterprise 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 enterprise.- Returns:
- the createdBy
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Gets the updatedAt. The time stamp at which the enterprise 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 enterprise.- Returns:
- the updatedBy
-
-