Class Environment


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class Environment
    extends Object
    Details of the environment
    • Constructor Detail

      • Environment

        public Environment()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object