Class ServiceMeta
java.lang.Object
com.cloudera.cdp.dfworkload.model.ServiceMeta
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class ServiceMeta
extends Object
The meta information about a DataFlow service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudPlatform.getCrn()
Getter for crn.Getter for environmentCrn.getName()
Getter for name.Getter for region.int
hashCode()
void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
Setter for crn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
Setter for name.void
setRegion
(EnvCloudRegion region) Setter for region.toString()
-
Constructor Details
-
ServiceMeta
public ServiceMeta()
-
-
Method Details
-
getCrn
Getter for crn. The CRN of the DataFlow service -
setCrn
Setter for crn. The CRN of the DataFlow service -
getName
Getter for name. The name of the DataFlow service -
setName
Setter for name. The name of the DataFlow service -
getCloudPlatform
Getter for cloudPlatform. The cloudPlatform flag of the DataFlow service -
setCloudPlatform
Setter for cloudPlatform. The cloudPlatform flag of the DataFlow service -
getRegion
Getter for region. The region of the DataFlow service -
setRegion
Setter for region. The region of the DataFlow service -
getEnvironmentCrn
Getter for environmentCrn. Crn of associated CDP environment -
setEnvironmentCrn
Setter for environmentCrn. Crn of associated CDP environment -
equals
-
hashCode
public int hashCode() -
toString
-