Class GeneratePayoutParams
java.lang.Object
dev.vality.damsel.payout_processing.GeneratePayoutParams
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<GeneratePayoutParams>,org.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class GeneratePayoutParams
extends Object
implements org.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>, Serializable, Cloneable, Comparable<GeneratePayoutParams>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneratePayoutParams._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description static Map<GeneratePayoutParams._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapShopParamsshop_paramsTimeRangetime_range -
Constructor Summary
Constructors Constructor Description GeneratePayoutParams()GeneratePayoutParams(GeneratePayoutParams other)Performs a deep copy on other.GeneratePayoutParams(TimeRange time_range, ShopParams shop_params) -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(GeneratePayoutParams other)GeneratePayoutParamsdeepCopy()booleanequals(GeneratePayoutParams that)booleanequals(Object that)GeneratePayoutParams._FieldsfieldForId(int fieldId)Map<GeneratePayoutParams._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()GeneratePayoutParams._Fields[]getFields()ObjectgetFieldValue(GeneratePayoutParams._Fields field)ShopParamsgetShopParams()TimeRangegetTimeRange()inthashCode()booleanisSet(GeneratePayoutParams._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetShopParams()Returns true if field shop_params is set (has been assigned a value) and false otherwisebooleanisSetTimeRange()Returns true if field time_range is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(GeneratePayoutParams._Fields field, Object value)GeneratePayoutParamssetShopParams(ShopParams shop_params)voidsetShopParamsIsSet(boolean value)GeneratePayoutParamssetTimeRange(TimeRange time_range)voidsetTimeRangeIsSet(boolean value)StringtoString()voidunsetShopParams()voidunsetTimeRange()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
time_range
-
shop_params
-
metaDataMap
public static final Map<GeneratePayoutParams._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
GeneratePayoutParams
public GeneratePayoutParams() -
GeneratePayoutParams
-
GeneratePayoutParams
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>
-
getTimeRange
-
setTimeRange
-
unsetTimeRange
public void unsetTimeRange() -
isSetTimeRange
public boolean isSetTimeRange()Returns true if field time_range is set (has been assigned a value) and false otherwise -
setTimeRangeIsSet
public void setTimeRangeIsSet(boolean value) -
getShopParams
-
setShopParams
-
unsetShopParams
public void unsetShopParams() -
isSetShopParams
public boolean isSetShopParams()Returns true if field shop_params is set (has been assigned a value) and false otherwise -
setShopParamsIsSet
public void setShopParamsIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<GeneratePayoutParams>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._Fields>
-
getFieldMetaData
public Map<GeneratePayoutParams._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<GeneratePayoutParams,GeneratePayoutParams._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
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-