Package dev.vality.damsel.skipper
Class SkipperSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.skipper.SkipperSrv.Client
- All Implemented Interfaces:
SkipperSrv.Iface
- Enclosing class:
- SkipperSrv
public static class SkipperSrv.Client extends org.apache.thrift.TServiceClient implements SkipperSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkipperSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description ChargebackDatagetChargebackData(String invoice_id, String payment_id, String chargeback_id)List<ChargebackData>getChargebacks(ChargebackFilter filter)ChargebackDatagetRetrievalRequestData(String invoice_id, String payment_id, String chargeback_id)voidprocessChargebackData(ChargebackEvent event)ChargebackDatarecvGetChargebackData()List<ChargebackData>recvGetChargebacks()ChargebackDatarecvGetRetrievalRequestData()voidrecvProcessChargebackData()voidsendGetChargebackData(String invoice_id, String payment_id, String chargeback_id)voidsendGetChargebacks(ChargebackFilter filter)voidsendGetRetrievalRequestData(String invoice_id, String payment_id, String chargeback_id)voidsendProcessChargebackData(ChargebackEvent event)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
processChargebackData
- Specified by:
processChargebackDatain interfaceSkipperSrv.Iface- Throws:
org.apache.thrift.TException
-
sendProcessChargebackData
- Throws:
org.apache.thrift.TException
-
recvProcessChargebackData
public void recvProcessChargebackData() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getChargebackData
public ChargebackData getChargebackData(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException- Specified by:
getChargebackDatain interfaceSkipperSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetChargebackData
public void sendGetChargebackData(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetChargebackData
- Throws:
org.apache.thrift.TException
-
getRetrievalRequestData
public ChargebackData getRetrievalRequestData(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException- Specified by:
getRetrievalRequestDatain interfaceSkipperSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetRetrievalRequestData
public void sendGetRetrievalRequestData(String invoice_id, String payment_id, String chargeback_id) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetRetrievalRequestData
- Throws:
org.apache.thrift.TException
-
getChargebacks
public List<ChargebackData> getChargebacks(ChargebackFilter filter) throws org.apache.thrift.TException- Specified by:
getChargebacksin interfaceSkipperSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetChargebacks
- Throws:
org.apache.thrift.TException
-
recvGetChargebacks
- Throws:
org.apache.thrift.TException
-