Class RpcWorkloadResourceSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class RpcWorkloadResourceSummary
    extends Object
    Provides a summary of the workload resource.
    • Constructor Detail

      • RpcWorkloadResourceSummary

        public RpcWorkloadResourceSummary()
    • Method Detail

      • getResourceCrn

        public String getResourceCrn()
        Getter for resourceCrn. The crn of the workload resource.
      • setResourceCrn

        public void setResourceCrn​(String resourceCrn)
        Setter for resourceCrn. The crn of the workload resource.
      • getProjectCrn

        public String getProjectCrn()
        Getter for projectCrn. The project crn that the resource is assigned to. Should be null if resource is not assigned to a project.
      • setProjectCrn

        public void setProjectCrn​(String projectCrn)
        Setter for projectCrn. The project crn that the resource is assigned to. Should be null if resource is not assigned to a project.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object