Class ConfigureArchivingResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.audit.model.ConfigureArchivingResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.499-07:00") public class ConfigureArchivingResponse extends CdpResponse
Response object for the ConfigureArchiving method.
  • Constructor Details

    • ConfigureArchivingResponse

      public ConfigureArchivingResponse()
  • Method Details

    • getConfiguration

      public ArchivingConfigInfo getConfiguration()
      Getter for configuration. The configuration information
    • setConfiguration

      public void setConfiguration(ArchivingConfigInfo configuration)
      Setter for configuration. The configuration information
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object