Class ListBackupEntitiesResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.drscp.model.ListBackupEntitiesResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:17.524-07:00") public class ListBackupEntitiesResponse extends CdpResponse
Response object for the list entities request.
  • Constructor Details

    • ListBackupEntitiesResponse

      public ListBackupEntitiesResponse()
  • Method Details

    • getItems

      public List<String> getItems()
      Getter for items. The list of potential candidates for backup. It should be a single entity that indicates the namespace which the control plane is running on.
    • setItems

      public void setItems(List<String> items)
      Setter for items. The list of potential candidates for backup. It should be a single entity that indicates the namespace which the control plane is running on.
    • 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