Class RpcWorkloadResourceSummary
java.lang.Object
com.cloudera.cdp.dfworkload.model.RpcWorkloadResourceSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class RpcWorkloadResourceSummary
extends Object
Provides a summary of the workload resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for projectCrn.Getter for resourceCrn.int
hashCode()
void
setProjectCrn
(String projectCrn) Setter for projectCrn.void
setResourceCrn
(String resourceCrn) Setter for resourceCrn.toString()
-
Constructor Details
-
RpcWorkloadResourceSummary
public RpcWorkloadResourceSummary()
-
-
Method Details
-
getResourceCrn
Getter for resourceCrn. The crn of the workload resource. -
setResourceCrn
Setter for resourceCrn. The crn of the workload resource. -
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
Setter for projectCrn. The project crn that the resource is assigned to. Should be null if resource is not assigned to a project. -
equals
-
hashCode
public int hashCode() -
toString
-