Package com.cloudera.cdp.compute.model
Class CommonMeteringServiceResp
java.lang.Object
com.cloudera.cdp.compute.model.CommonMeteringServiceResp
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.430-07:00")
public class CommonMeteringServiceResp
extends Object
Metering service response structure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterCrn.Getter for serviceConfiguration.Getter for serviceType.Getter for serviceVersion.Getter for workloadCrn.inthashCode()voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetServiceConfiguration(String serviceConfiguration) Setter for serviceConfiguration.voidsetServiceType(String serviceType) Setter for serviceType.voidsetServiceVersion(String serviceVersion) Setter for serviceVersion.voidsetWorkloadCrn(String workloadCrn) Setter for workloadCrn.toString()
-
Constructor Details
-
CommonMeteringServiceResp
public CommonMeteringServiceResp()
-
-
Method Details
-
getServiceType
Getter for serviceType. Service type. -
setServiceType
Setter for serviceType. Service type. -
getServiceVersion
Getter for serviceVersion. Service version. -
setServiceVersion
Setter for serviceVersion. Service version. -
getWorkloadCrn
Getter for workloadCrn. Workload CRN. -
setWorkloadCrn
Setter for workloadCrn. Workload CRN. -
getClusterCrn
Getter for clusterCrn. Cluster CRN. -
setClusterCrn
Setter for clusterCrn. Cluster CRN. -
getServiceConfiguration
Getter for serviceConfiguration. Service configuration. -
setServiceConfiguration
Setter for serviceConfiguration. Service configuration. -
equals
-
hashCode
public int hashCode() -
toString
-