Class FLWmetaModel
- java.lang.Object
-
- com.flutterwave.rave.java.payload.FLWmetaModel
-
public class FLWmetaModel extends Object
- Author:
- cleopatradouglas
-
-
Constructor Summary
Constructors Constructor Description FLWmetaModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMetaname()StringgetMetavalue()voidsetMetaname(String metaname)voidsetMetavalue(String metavalue)
-
-
-
Method Detail
-
getMetaname
public String getMetaname()
- Returns:
- the metaname
-
setMetaname
public void setMetaname(String metaname)
- Parameters:
metaname- the metaname to set
-
getMetavalue
public String getMetavalue()
- Returns:
- the metavalue
-
setMetavalue
public void setMetavalue(String metavalue)
- Parameters:
metavalue- the metavalue to set
-
-