Class TDashboardPermissions

    • Field Detail

      • create_

        public boolean create_
      • delete_

        public boolean delete_
      • view_

        public boolean view_
      • edit_

        public boolean edit_
    • Constructor Detail

      • TDashboardPermissions

        public TDashboardPermissions()
      • TDashboardPermissions

        public TDashboardPermissions​(boolean create_,
                                     boolean delete_,
                                     boolean view_,
                                     boolean edit_)
      • TDashboardPermissions

        public TDashboardPermissions​(TDashboardPermissions other)
        Performs a deep copy on other.
    • Method Detail

      • isCreate_

        public boolean isCreate_()
      • unsetCreate_

        public void unsetCreate_()
      • isSetCreate_

        public boolean isSetCreate_()
        Returns true if field create_ is set (has been assigned a value) and false otherwise
      • setCreate_IsSet

        public void setCreate_IsSet​(boolean value)
      • isDelete_

        public boolean isDelete_()
      • unsetDelete_

        public void unsetDelete_()
      • isSetDelete_

        public boolean isSetDelete_()
        Returns true if field delete_ is set (has been assigned a value) and false otherwise
      • setDelete_IsSet

        public void setDelete_IsSet​(boolean value)
      • isView_

        public boolean isView_()
      • unsetView_

        public void unsetView_()
      • isSetView_

        public boolean isSetView_()
        Returns true if field view_ is set (has been assigned a value) and false otherwise
      • setView_IsSet

        public void setView_IsSet​(boolean value)
      • isEdit_

        public boolean isEdit_()
      • unsetEdit_

        public void unsetEdit_()
      • isSetEdit_

        public boolean isSetEdit_()
        Returns true if field edit_ is set (has been assigned a value) and false otherwise
      • setEdit_IsSet

        public void setEdit_IsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException