Class Ipv6Resp

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Ipv6Resp
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    IPv6 Response.
    • Constructor Detail

      • Ipv6Resp

        public Ipv6Resp()
    • Method Detail

      • getResult

        public Ipv6RespResult 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
      • getMessages

        public List<List<String>> getMessages()
        Gets the messages. Array of messages returned.
        Returns:
        the messages