Class PseudoIpv4Resp
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.zones_settings.v1.model.PseudoIpv4Resp
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PseudoIpv4Resp extends com.ibm.cloud.sdk.core.service.model.GenericModel
Pseudo ipv4 response.
-
-
Constructor Summary
Constructors Constructor Description PseudoIpv4Resp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>
getErrors()
Gets the errors.List<List<String>>
getMessages()
Gets the messages.PseudoIpv4RespResult
getResult()
Gets the result.Boolean
isSuccess()
Gets the success.
-
-
-
Method Detail
-
getResult
public PseudoIpv4RespResult getResult()
Gets the result. Container for response information.- Returns:
- the result
-
isSuccess
public Boolean isSuccess()
Gets the success. Was the get successful.- Returns:
- the success
-
getErrors
public List<List<String>> getErrors()
Gets the errors. Array of errors encountered.- Returns:
- the errors
-
-