Class ListWorkspaceBackupsQueryOptions


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class ListWorkspaceBackupsQueryOptions
    extends Object
    Query options object for ListWorkspaceBackups method.
    • Constructor Detail

      • ListWorkspaceBackupsQueryOptions

        public ListWorkspaceBackupsQueryOptions()
    • Method Detail

      • getExpandEnvironmentMetadata

        public Boolean getExpandEnvironmentMetadata()
        Getter for expandEnvironmentMetadata. When set to true, will return the metadata of the environment where the backed-up workspace is/was present.
      • setExpandEnvironmentMetadata

        public void setExpandEnvironmentMetadata​(Boolean expandEnvironmentMetadata)
        Setter for expandEnvironmentMetadata. When set to true, will return the metadata of the environment where the backed-up workspace is/was present.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object