Package ai.heavy.thrift.server
Class Heavy.delete_custom_expressions_args
- java.lang.Object
-
- ai.heavy.thrift.server.Heavy.delete_custom_expressions_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Heavy.delete_custom_expressions_args>,org.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- Heavy
public static class Heavy.delete_custom_expressions_args extends Object implements org.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>, Serializable, Cloneable, Comparable<Heavy.delete_custom_expressions_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeavy.delete_custom_expressions_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description List<Integer>custom_expression_idsbooleando_soft_deletestatic Map<Heavy.delete_custom_expressions_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringsession
-
Constructor Summary
Constructors Constructor Description delete_custom_expressions_args()delete_custom_expressions_args(Heavy.delete_custom_expressions_args other)Performs a deep copy on other.delete_custom_expressions_args(String session, List<Integer> custom_expression_ids, boolean do_soft_delete)
-
Method Summary
-
-
-
Field Detail
-
session
public String session
-
do_soft_delete
public boolean do_soft_delete
-
metaDataMap
public static final Map<Heavy.delete_custom_expressions_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
delete_custom_expressions_args
public delete_custom_expressions_args()
-
delete_custom_expressions_args
public delete_custom_expressions_args(String session, List<Integer> custom_expression_ids, boolean do_soft_delete)
-
delete_custom_expressions_args
public delete_custom_expressions_args(Heavy.delete_custom_expressions_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public Heavy.delete_custom_expressions_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>
-
getSession
public String getSession()
-
setSession
public Heavy.delete_custom_expressions_args setSession(String session)
-
unsetSession
public void unsetSession()
-
isSetSession
public boolean isSetSession()
Returns true if field session is set (has been assigned a value) and false otherwise
-
setSessionIsSet
public void setSessionIsSet(boolean value)
-
getCustom_expression_idsSize
public int getCustom_expression_idsSize()
-
addToCustom_expression_ids
public void addToCustom_expression_ids(int elem)
-
setCustom_expression_ids
public Heavy.delete_custom_expressions_args setCustom_expression_ids(List<Integer> custom_expression_ids)
-
unsetCustom_expression_ids
public void unsetCustom_expression_ids()
-
isSetCustom_expression_ids
public boolean isSetCustom_expression_ids()
Returns true if field custom_expression_ids is set (has been assigned a value) and false otherwise
-
setCustom_expression_idsIsSet
public void setCustom_expression_idsIsSet(boolean value)
-
isDo_soft_delete
public boolean isDo_soft_delete()
-
setDo_soft_delete
public Heavy.delete_custom_expressions_args setDo_soft_delete(boolean do_soft_delete)
-
unsetDo_soft_delete
public void unsetDo_soft_delete()
-
isSetDo_soft_delete
public boolean isSetDo_soft_delete()
Returns true if field do_soft_delete is set (has been assigned a value) and false otherwise
-
setDo_soft_deleteIsSet
public void setDo_soft_deleteIsSet(boolean value)
-
setFieldValue
public void setFieldValue(Heavy.delete_custom_expressions_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>
-
getFieldValue
public Object getFieldValue(Heavy.delete_custom_expressions_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>
-
isSet
public boolean isSet(Heavy.delete_custom_expressions_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>
-
equals
public boolean equals(Heavy.delete_custom_expressions_args that)
-
compareTo
public int compareTo(Heavy.delete_custom_expressions_args other)
- Specified by:
compareToin interfaceComparable<Heavy.delete_custom_expressions_args>
-
fieldForId
public Heavy.delete_custom_expressions_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Heavy.delete_custom_expressions_args,Heavy.delete_custom_expressions_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- Specified by:
readin interfaceorg.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:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-