Class AlwaysUseHttpsResp
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zones_settings.v1.model.AlwaysUseHttpsResp
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AlwaysUseHttpsResp extends com.ibm.cloud.sdk.core.service.model.GenericModelAlways use http response.
- 
- 
Constructor SummaryConstructors Constructor Description AlwaysUseHttpsResp()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>getErrors()Gets the errors.List<List<String>>getMessages()Gets the messages.AlwaysUseHttpsRespResultgetResult()Gets the result.BooleanisSuccess()Gets the success.
 
- 
- 
- 
Method Detail- 
getResultpublic AlwaysUseHttpsRespResult getResult() Gets the result. Container for response information.- Returns:
- the result
 
 - 
isSuccesspublic Boolean isSuccess() Gets the success. Was the get successful.- Returns:
- the success
 
 - 
getErrorspublic List<List<String>> getErrors() Gets the errors. Array of errors encountered.- Returns:
- the errors
 
 
- 
 
-