Class ServiceMeta

java.lang.Object
com.cloudera.cdp.df.model.ServiceMeta

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:37.723-07:00") public class ServiceMeta extends Object
Metadata about a service
  • Constructor Details Link icon

    • ServiceMeta Link icon

      public ServiceMeta()
  • Method Details Link icon

    • getCrn Link icon

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

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

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

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

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

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

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

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

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

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CDP Environment CRN
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object