Package com.hyperwallet.clientsdk.model
Class HyperwalletErrorList
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletErrorList
-
public class HyperwalletErrorList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<HyperwalletError>errors
-
Constructor Summary
Constructors Constructor Description HyperwalletErrorList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HyperwalletError>getErrors()voidsetErrors(List<HyperwalletError> errors)
-
-
-
Field Detail
-
errors
public List<HyperwalletError> errors
-
-
Method Detail
-
getErrors
public List<HyperwalletError> getErrors()
-
setErrors
public void setErrors(List<HyperwalletError> errors)
-
-