Class ProjectMeta


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:31:00.597-07:00")
    public class ProjectMeta
    extends Object
    The meta information about a project.
    • Constructor Detail

      • ProjectMeta

        public ProjectMeta()
    • Method Detail

      • getId

        public String getId()
        Getter for id. The id of the project
      • setId

        public void setId​(String id)
        Setter for id. The id of the project
      • getCrn

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

        public void setCrn​(String crn)
        Setter for crn. The CRN of the project
      • getName

        public String getName()
        Getter for name. The name of the group
      • setName

        public void setName​(String name)
        Setter for name. The name of the group
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object