- java.lang.Object
-
- com.logicommerce.sdk.models.DataFile
-
public class DataFile extends Object
DataFile class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetData()Getter for the fielddata.StringgetName()Getter for the fieldname.FileTypegetType()Getter for the fieldtype.voidsetData(String data)Setter for the fielddata.voidsetName(String name)Setter for the fieldname.voidsetType(FileType type)Setter for the fieldtype.
-