Class ServiceMeta


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

      • ServiceMeta

        public ServiceMeta()
    • Method Detail

      • getCrn

        public String getCrn()
        Getter for crn. The crn of the service
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The crn of the service
      • getName

        public String getName()
        Getter for name. the name of the environment
      • setName

        public void setName​(String name)
        Setter for name. the name of the environment
      • getCloudProvider

        public String getCloudProvider()
        Getter for cloudProvider. the cloud provider
      • setCloudProvider

        public void setCloudProvider​(String cloudProvider)
        Setter for cloudProvider. the cloud provider
      • getRegion

        public String getRegion()
        Getter for region. the region within the cloud provider
      • setRegion

        public void setRegion​(String region)
        Setter for region. the region within the cloud provider
      • getEnvironmentCrn

        public String getEnvironmentCrn()
        Getter for environmentCrn. The CDP Environment CRN
      • setEnvironmentCrn

        public void setEnvironmentCrn​(String environmentCrn)
        Setter for environmentCrn. The CDP Environment CRN
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object