Class DfxLocalMeta

java.lang.Object
com.cloudera.cdp.dfworkload.model.DfxLocalMeta

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:08.000-07:00") public class DfxLocalMeta extends Object
Metadata about the workload.
  • Constructor Details

    • DfxLocalMeta

      public DfxLocalMeta()
  • Method Details

    • getCrn

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

      public void setCrn(String crn)
      Setter for crn. The CRN of the environment.
    • 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.
    • getCloudPlatform

      public String getCloudPlatform()
      Getter for cloudPlatform. The cloudPlatform flag of the environment.
    • setCloudPlatform

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The cloudPlatform flag of the environment.
    • getRegion

      public EnvCloudRegion getRegion()
      Getter for region. The region of the environment.
    • setRegion

      public void setRegion(EnvCloudRegion region)
      Setter for region. The region of the environment.
    • getCloudbreakCrn

      public String getCloudbreakCrn()
      Getter for cloudbreakCrn. Crn of associated cloudbreak environment.
    • setCloudbreakCrn

      public void setCloudbreakCrn(String cloudbreakCrn)
      Setter for cloudbreakCrn. Crn of associated cloudbreak environment.
    • getId

      public String getId()
      Getter for id. The internal ID of the environment.
    • setId

      public void setId(String id)
      Setter for id. The internal ID of the environment.
    • getLocalUrl

      public String getLocalUrl()
      Getter for localUrl. The DataFlow Service contact url.
    • setLocalUrl

      public void setLocalUrl(String localUrl)
      Setter for localUrl. The DataFlow Service contact url.
    • getWorkloadVersion

      public String getWorkloadVersion()
      Getter for workloadVersion. The version of the DataFlow Service.
    • setWorkloadVersion

      public void setWorkloadVersion(String workloadVersion)
      Setter for workloadVersion. The version of the DataFlow Service.
    • getEnvironmentStatus

      public DfxEnvironmentStatus getEnvironmentStatus()
      Getter for environmentStatus. The status of the DataFlow Service.
    • setEnvironmentStatus

      public void setEnvironmentStatus(DfxEnvironmentStatus environmentStatus)
      Setter for environmentStatus. The status of the DataFlow Service.
    • getAccountId

      public String getAccountId()
      Getter for accountId. The account ID from the CRN.
    • setAccountId

      public void setAccountId(String accountId)
      Setter for accountId. The account ID from the 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