Class SmartRoutingRespResult
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.routing.v1.model.SmartRoutingRespResult
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class SmartRoutingRespResult extends com.ibm.cloud.sdk.core.service.model.GenericModelContainer for response information.
- 
- 
Constructor SummaryConstructors Constructor Description SmartRoutingRespResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the id.DategetModifiedOn()Gets the modifiedOn.StringgetValue()Gets the value.BooleanisEditable()Gets the editable.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. ID.- Returns:
- the id
 
 - 
getValuepublic String getValue() Gets the value. Value.- Returns:
- the value
 
 - 
isEditablepublic Boolean isEditable() Gets the editable. Editable.- Returns:
- the editable
 
 - 
getModifiedOnpublic Date getModifiedOn() Gets the modifiedOn. Modified date.- Returns:
- the modifiedOn
 
 
- 
 
-