Class ListBackupEntitiesResponse


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

      • ListBackupEntitiesResponse

        public ListBackupEntitiesResponse()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object