Class CustomPageObject
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.custom_pages.v1.model.CustomPageObject
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CustomPageObject extends com.ibm.cloud.sdk.core.service.model.GenericModelcustom page object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomPageObject.IdCustom page identifier.static interfaceCustomPageObject.RequiredTokensstatic interfaceCustomPageObject.StateThe Custom Page state.
-
Constructor Summary
Constructors Constructor Description CustomPageObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.StringgetId()Gets the id.DategetModifiedOn()Gets the modifiedOn.StringgetPreviewTarget()Gets the previewTarget.List<String>getRequiredTokens()Gets the requiredTokens.StringgetState()Gets the state.StringgetUrl()Gets the url.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. Custom page identifier.- Returns:
- the id
-
getDescription
public String getDescription()
Gets the description. Description of custom page.- Returns:
- the description
-
getRequiredTokens
public List<String> getRequiredTokens()
Gets the requiredTokens. array of page tokens.- Returns:
- the requiredTokens
-
getPreviewTarget
public String getPreviewTarget()
Gets the previewTarget. Preview target.- Returns:
- the previewTarget
-
getCreatedOn
public Date getCreatedOn()
Gets the createdOn. Created date.- Returns:
- the createdOn
-
getModifiedOn
public Date getModifiedOn()
Gets the modifiedOn. Modified date.- Returns:
- the modifiedOn
-
getUrl
public String getUrl()
Gets the url. A URL that is associated with the Custom Page.- Returns:
- the url
-
getState
public String getState()
Gets the state. The Custom Page state.- Returns:
- the state
-
-