Class ServiceMeta
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.ServiceMeta
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class ServiceMeta extends Object
The meta information about a DataFlow service.
-
-
Constructor Summary
Constructors Constructor Description ServiceMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCloudPlatform()
Getter for cloudPlatform.String
getCrn()
Getter for crn.String
getEnvironmentCrn()
Getter for environmentCrn.String
getName()
Getter for name.EnvCloudRegion
getRegion()
Getter for region.int
hashCode()
void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.void
setCrn(String crn)
Setter for crn.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setName(String name)
Setter for name.void
setRegion(EnvCloudRegion region)
Setter for region.String
toString()
-
-
-
Method Detail
-
getCrn
public String getCrn()
Getter for crn. The CRN of the DataFlow service
-
setCrn
public void setCrn(String crn)
Setter for crn. The CRN of the DataFlow service
-
getName
public String getName()
Getter for name. The name of the DataFlow service
-
setName
public void setName(String name)
Setter for name. The name of the DataFlow service
-
getCloudPlatform
public String getCloudPlatform()
Getter for cloudPlatform. The cloudPlatform flag of the DataFlow service
-
setCloudPlatform
public void setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform. The cloudPlatform flag of the DataFlow service
-
getRegion
public EnvCloudRegion getRegion()
Getter for region. The region of the DataFlow service
-
setRegion
public void setRegion(EnvCloudRegion region)
Setter for region. The region of the DataFlow service
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. Crn of associated CDP environment
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. Crn of associated CDP environment
-
-