Package dev.vality.damsel.webhooker
Class WebhookParams
java.lang.Object
dev.vality.damsel.webhooker.WebhookParams
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<WebhookParams>,org.apache.thrift.TBase<WebhookParams,WebhookParams._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class WebhookParams
extends Object
implements org.apache.thrift.TBase<WebhookParams,WebhookParams._Fields>, Serializable, Cloneable, Comparable<WebhookParams>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookParams._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description EventFilterevent_filterstatic Map<WebhookParams._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringparty_idStringurl -
Constructor Summary
Constructors Constructor Description WebhookParams()WebhookParams(WebhookParams other)Performs a deep copy on other.WebhookParams(String party_id, EventFilter event_filter, String url) -
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(WebhookParams other)WebhookParamsdeepCopy()booleanequals(WebhookParams that)booleanequals(Object that)WebhookParams._FieldsfieldForId(int fieldId)EventFiltergetEventFilter()Map<WebhookParams._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()WebhookParams._Fields[]getFields()ObjectgetFieldValue(WebhookParams._Fields field)StringgetPartyId()StringgetUrl()inthashCode()booleanisSet(WebhookParams._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetEventFilter()Returns true if field event_filter is set (has been assigned a value) and false otherwisebooleanisSetPartyId()Returns true if field party_id is set (has been assigned a value) and false otherwisebooleanisSetUrl()Returns true if field url is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)WebhookParamssetEventFilter(EventFilter event_filter)voidsetEventFilterIsSet(boolean value)voidsetFieldValue(WebhookParams._Fields field, Object value)WebhookParamssetPartyId(String party_id)voidsetPartyIdIsSet(boolean value)WebhookParamssetUrl(String url)voidsetUrlIsSet(boolean value)StringtoString()voidunsetEventFilter()voidunsetPartyId()voidunsetUrl()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
party_id
-
event_filter
-
url
-
metaDataMap
public static final Map<WebhookParams._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
WebhookParams
public WebhookParams() -
WebhookParams
-
WebhookParams
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<WebhookParams,WebhookParams._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<WebhookParams,WebhookParams._Fields>
-
getPartyId
-
setPartyId
-
unsetPartyId
public void unsetPartyId() -
isSetPartyId
public boolean isSetPartyId()Returns true if field party_id is set (has been assigned a value) and false otherwise -
setPartyIdIsSet
public void setPartyIdIsSet(boolean value) -
getEventFilter
-
setEventFilter
-
unsetEventFilter
public void unsetEventFilter() -
isSetEventFilter
public boolean isSetEventFilter()Returns true if field event_filter is set (has been assigned a value) and false otherwise -
setEventFilterIsSet
public void setEventFilterIsSet(boolean value) -
getUrl
-
setUrl
-
unsetUrl
public void unsetUrl() -
isSetUrl
public boolean isSetUrl()Returns true if field url is set (has been assigned a value) and false otherwise -
setUrlIsSet
public void setUrlIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<WebhookParams,WebhookParams._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<WebhookParams,WebhookParams._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<WebhookParams,WebhookParams._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<WebhookParams>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<WebhookParams,WebhookParams._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<WebhookParams,WebhookParams._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<WebhookParams,WebhookParams._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
-