Class bulkPayload
- java.lang.Object
-
- com.flutterwave.rave.java.payload.bulkPayload
-
public class bulkPayload extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description bulkPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bulkdataPayloadgetBulk_data()StringgetSeckey()StringgetTitle()voidsetBulk_data(bulkdataPayload bulk_data)voidsetSeckey(String seckey)voidsetTitle(String title)
-
-
-
Method Detail
-
getSeckey
public String getSeckey()
- Returns:
- the seckey
-
setSeckey
public void setSeckey(String seckey)
- Parameters:
seckey- the seckey to set
-
getTitle
public String getTitle()
- Returns:
- the title
-
setTitle
public void setTitle(String title)
- Parameters:
title- the title to set
-
getBulk_data
public bulkdataPayload getBulk_data()
- Returns:
- the bulk_data
-
setBulk_data
public void setBulk_data(bulkdataPayload bulk_data)
- Parameters:
bulk_data- the bulk_data to set
-
-