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.GenericModel
custom page object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CustomPageObject.Id
Custom page identifier.static interface
CustomPageObject.RequiredTokens
static interface
CustomPageObject.State
The Custom Page state.
-
Constructor Summary
Constructors Constructor Description CustomPageObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedOn()
Gets the createdOn.String
getDescription()
Gets the description.String
getId()
Gets the id.Date
getModifiedOn()
Gets the modifiedOn.String
getPreviewTarget()
Gets the previewTarget.List<String>
getRequiredTokens()
Gets the requiredTokens.String
getState()
Gets the state.String
getUrl()
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
-
-