Class pay_load
- java.lang.Object
-
- com.flutterwave.rave.java.payload.pay_load
-
public class pay_load extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description pay_load()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlg()StringgetClient()StringgetPBFPubKey()voidsetAlg(String alg)voidsetClient(String client)voidsetPBFPubKey(String PBFPubKey)
-
-
-
Method Detail
-
getPBFPubKey
public String getPBFPubKey()
- Returns:
- the PBFPubKey
-
setPBFPubKey
public void setPBFPubKey(String PBFPubKey)
- Parameters:
PBFPubKey- the PBFPubKey to set
-
getClient
public String getClient()
- Returns:
- the client
-
setClient
public void setClient(String client)
- Parameters:
client- the client to set
-
getAlg
public String getAlg()
- Returns:
- the alg
-
setAlg
public void setAlg(String alg)
- Parameters:
alg- the alg to set
-
-