Class ListRestoresResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.140-07:00")
    public class ListRestoresResponse
    extends CdpResponse
    Response object for the list restores request.
    • Constructor Detail

      • ListRestoresResponse

        public ListRestoresResponse()
    • Method Detail

      • getRestores

        public List<SimpleRestore> getRestores()
        Getter for restores. List of restores for the control plane.
      • setRestores

        public void setRestores​(List<SimpleRestore> restores)
        Setter for restores. List of restores for the control plane.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object