Class Http3RespResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.zones_settings.v1.model.Http3RespResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Http3RespResult extends com.ibm.cloud.sdk.core.service.model.GenericModelContainer for response information.
-
-
Constructor Summary
Constructors Constructor Description Http3RespResult()
-
Method Summary
All 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
-
getId
public String getId()
Gets the id. ID.- Returns:
- the id
-
getValue
public String getValue()
Gets the value. Value.- Returns:
- the value
-
isEditable
public Boolean isEditable()
Gets the editable. Editable.- Returns:
- the editable
-
getModifiedOn
public Date getModifiedOn()
Gets the modifiedOn. Modified date.- Returns:
- the modifiedOn
-
-