Class TCustomExpression

    • Field Detail

      • id

        public int id
      • expression_json

        public String expression_json
      • data_source_id

        public int data_source_id
      • is_deleted

        public boolean is_deleted
      • data_source_name

        public String data_source_name
    • Constructor Detail

      • TCustomExpression

        public TCustomExpression()
      • TCustomExpression

        public TCustomExpression​(int id,
                                 String name,
                                 String expression_json,
                                 TDataSourceType data_source_type,
                                 int data_source_id,
                                 boolean is_deleted,
                                 String data_source_name)
      • TCustomExpression

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

      • getId

        public int getId()
      • unsetId

        public void unsetId()
      • isSetId

        public boolean isSetId()
        Returns true if field id is set (has been assigned a value) and false otherwise
      • setIdIsSet

        public void setIdIsSet​(boolean value)
      • getName

        public String getName()
      • unsetName

        public void unsetName()
      • isSetName

        public boolean isSetName()
        Returns true if field name is set (has been assigned a value) and false otherwise
      • setNameIsSet

        public void setNameIsSet​(boolean value)
      • getExpression_json

        public String getExpression_json()
      • unsetExpression_json

        public void unsetExpression_json()
      • isSetExpression_json

        public boolean isSetExpression_json()
        Returns true if field expression_json is set (has been assigned a value) and false otherwise
      • setExpression_jsonIsSet

        public void setExpression_jsonIsSet​(boolean value)
      • unsetData_source_type

        public void unsetData_source_type()
      • isSetData_source_type

        public boolean isSetData_source_type()
        Returns true if field data_source_type is set (has been assigned a value) and false otherwise
      • setData_source_typeIsSet

        public void setData_source_typeIsSet​(boolean value)
      • getData_source_id

        public int getData_source_id()
      • setData_source_id

        public TCustomExpression setData_source_id​(int data_source_id)
      • unsetData_source_id

        public void unsetData_source_id()
      • isSetData_source_id

        public boolean isSetData_source_id()
        Returns true if field data_source_id is set (has been assigned a value) and false otherwise
      • setData_source_idIsSet

        public void setData_source_idIsSet​(boolean value)
      • isIs_deleted

        public boolean isIs_deleted()
      • unsetIs_deleted

        public void unsetIs_deleted()
      • isSetIs_deleted

        public boolean isSetIs_deleted()
        Returns true if field is_deleted is set (has been assigned a value) and false otherwise
      • setIs_deletedIsSet

        public void setIs_deletedIsSet​(boolean value)
      • getData_source_name

        public String getData_source_name()
      • unsetData_source_name

        public void unsetData_source_name()
      • isSetData_source_name

        public boolean isSetData_source_name()
        Returns true if field data_source_name is set (has been assigned a value) and false otherwise
      • setData_source_nameIsSet

        public void setData_source_nameIsSet​(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