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 Details

    • ServiceMeta

      public ServiceMeta()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object