Class ServiceMeta

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class ServiceMeta extends Object
Metadata about a service
  • Constructor Details

    • ServiceMeta

      public ServiceMeta()
  • Method Details

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