Class CustomResolver
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.CustomResolver
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CustomResolver extends com.ibm.cloud.sdk.core.service.model.GenericModelcustom resolver details.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceCustomResolver.HealthHealthy state of the custom resolver.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.StringgetHealth()Gets the health.StringgetId()Gets the id.List<Location>getLocations()Gets the locations.DategetModifiedOn()Gets the modifiedOn.StringgetName()Gets the name.BooleanisEnabled()Gets the enabled.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Identifier of the custom resolver.- Returns:
- the id
 
 - 
getNamepublic String getName() Gets the name. Name of the custom resolver.- Returns:
- the name
 
 - 
getDescriptionpublic String getDescription() Gets the description. Descriptive text of the custom resolver.- Returns:
- the description
 
 - 
isEnabledpublic Boolean isEnabled() Gets the enabled. Whether the custom resolver is enabled.- Returns:
- the enabled
 
 - 
getHealthpublic String getHealth() Gets the health. Healthy state of the custom resolver.- Returns:
- the health
 
 - 
getLocationspublic List<Location> getLocations() Gets the locations. Locations on which the custom resolver will be running.- Returns:
- the locations
 
 - 
getCreatedOnpublic Date getCreatedOn() Gets the createdOn. the time when a custom resolver is created, RFC3339 format.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic Date getModifiedOn() Gets the modifiedOn. the recent time when a custom resolver is modified, RFC3339 format.- Returns:
- the modifiedOn
 
 
- 
 
-