Class ServiceMeta


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class ServiceMeta
    extends Object
    The meta information about a DataFlow service.
    • Constructor Detail

      • ServiceMeta

        public ServiceMeta()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object