Class MinifyResp

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

    public class MinifyResp
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Minify response.
    • Constructor Detail

      • MinifyResp

        public MinifyResp()
    • Method Detail

      • getResult

        public MinifyRespResult 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