Package dev.vality.fistful.webhooker
Class Webhook
java.lang.Object
dev.vality.fistful.webhooker.Webhook
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Webhook>,org.apache.thrift.TBase<Webhook,Webhook._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-06-27")
public class Webhook
extends Object
implements org.apache.thrift.TBase<Webhook,Webhook._Fields>, Serializable, Cloneable, Comparable<Webhook>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhook._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description booleanenabledEventFilterevent_filterlongidStringidentity_idstatic Map<Webhook._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringpub_keyStringurlStringwallet_id -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidclear()intcompareTo(Webhook other)WebhookdeepCopy()booleanequals(Webhook that)booleanequals(Object that)Webhook._FieldsfieldForId(int fieldId)EventFiltergetEventFilter()Map<Webhook._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()Webhook._Fields[]getFields()ObjectgetFieldValue(Webhook._Fields field)longgetId()StringgetIdentityId()StringgetPubKey()StringgetUrl()StringgetWalletId()inthashCode()booleanisEnabled()booleanisSet(Webhook._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetEnabled()Returns true if field enabled 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 otherwisebooleanisSetId()Returns true if field id is set (has been assigned a value) and false otherwisebooleanisSetIdentityId()Returns true if field identity_id is set (has been assigned a value) and false otherwisebooleanisSetPubKey()Returns true if field pub_key is set (has been assigned a value) and false otherwisebooleanisSetUrl()Returns true if field url is set (has been assigned a value) and false otherwisebooleanisSetWalletId()Returns true if field wallet_id is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)WebhooksetEnabled(boolean enabled)voidsetEnabledIsSet(boolean value)WebhooksetEventFilter(EventFilter event_filter)voidsetEventFilterIsSet(boolean value)voidsetFieldValue(Webhook._Fields field, Object value)WebhooksetId(long id)WebhooksetIdentityId(String identity_id)voidsetIdentityIdIsSet(boolean value)voidsetIdIsSet(boolean value)WebhooksetPubKey(String pub_key)voidsetPubKeyIsSet(boolean value)WebhooksetUrl(String url)voidsetUrlIsSet(boolean value)WebhooksetWalletId(String wallet_id)voidsetWalletIdIsSet(boolean value)StringtoString()voidunsetEnabled()voidunsetEventFilter()voidunsetId()voidunsetIdentityId()voidunsetPubKey()voidunsetUrl()voidunsetWalletId()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
id
public long id -
identity_id
-
wallet_id
-
event_filter
-
url
-
pub_key
-
enabled
public boolean enabled -
metaDataMap
-
-
Constructor Details
-
Webhook
public Webhook() -
Webhook
public Webhook(long id, String identity_id, EventFilter event_filter, String url, String pub_key, boolean enabled) -
Webhook
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Webhook,Webhook._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Webhook,Webhook._Fields>
-
getId
public long getId() -
setId
-
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) -
getIdentityId
-
setIdentityId
-
unsetIdentityId
public void unsetIdentityId() -
isSetIdentityId
public boolean isSetIdentityId()Returns true if field identity_id is set (has been assigned a value) and false otherwise -
setIdentityIdIsSet
public void setIdentityIdIsSet(boolean value) -
getWalletId
-
setWalletId
-
unsetWalletId
public void unsetWalletId() -
isSetWalletId
public boolean isSetWalletId()Returns true if field wallet_id is set (has been assigned a value) and false otherwise -
setWalletIdIsSet
public void setWalletIdIsSet(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) -
getPubKey
-
setPubKey
-
unsetPubKey
public void unsetPubKey() -
isSetPubKey
public boolean isSetPubKey()Returns true if field pub_key is set (has been assigned a value) and false otherwise -
setPubKeyIsSet
public void setPubKeyIsSet(boolean value) -
isEnabled
public boolean isEnabled() -
setEnabled
-
unsetEnabled
public void unsetEnabled() -
isSetEnabled
public boolean isSetEnabled()Returns true if field enabled is set (has been assigned a value) and false otherwise -
setEnabledIsSet
public void setEnabledIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Webhook,Webhook._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Webhook,Webhook._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<Webhook,Webhook._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Webhook>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Webhook,Webhook._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<Webhook,Webhook._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<Webhook,Webhook._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
-