Package com.cloudera.cdp.opdb.model
Class Environment
- java.lang.Object
-
- com.cloudera.cdp.opdb.model.Environment
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.019-07:00") public class Environment extends Object
Details of the environment
-
-
Constructor Summary
Constructors Constructor Description Environment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCrn()
Getter for crn.String
getName()
Getter for name.int
hashCode()
void
setCrn(String crn)
Setter for crn.void
setName(String name)
Setter for name.String
toString()
-
-
-
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
-
-