Class AccessRequest
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.AccessRequest
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AccessRequest extends com.ibm.cloud.sdk.core.service.model.GenericModelAccess request.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceAccessRequest.StateThe state of the access request.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedOn()Gets the createdOn.StringgetId()Gets the id.DategetModifiedOn()Gets the modifiedOn.DategetPendingExpiresAt()Gets the pendingExpiresAt.AccessRequestRequestorgetRequestor()Gets the requestor.StringgetState()Gets the state.StringgetZoneId()Gets the zoneId.StringgetZoneName()Gets the zoneName.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Access request ID.- Returns:
- the id
 
 - 
getRequestorpublic AccessRequestRequestor getRequestor() Gets the requestor. The information of requestor.- Returns:
- the requestor
 
 - 
getZoneIdpublic String getZoneId() Gets the zoneId. The zone ID that requestor requests access for.- Returns:
- the zoneId
 
 - 
getZoneNamepublic String getZoneName() Gets the zoneName. The zone name that requestor requests access for.- Returns:
- the zoneName
 
 - 
getStatepublic String getState() Gets the state. The state of the access request.- Returns:
- the state
 
 - 
getPendingExpiresAtpublic Date getPendingExpiresAt() Gets the pendingExpiresAt. The expired time of access request with state `pending`.- Returns:
- the pendingExpiresAt
 
 - 
getCreatedOnpublic Date getCreatedOn() Gets the createdOn. The time when the linked zone is created.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic Date getModifiedOn() Gets the modifiedOn. The recent time when the linked zone is modified.- Returns:
- the modifiedOn
 
 
- 
 
-