Package io.moov.sdk.models.errors
Class AssignCountriesError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.moov.sdk.models.errors.AssignCountriesError
-
- All Implemented Interfaces:
java.io.Serializable
public class AssignCountriesError extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssignCountriesError.Builder
-
Constructor Summary
Constructors Constructor Description AssignCountriesError(CountriesErrors error)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssignCountriesError.Builderbuilder()booleanequals(java.lang.Object o)CountriesErrorserror()inthashCode()java.lang.StringtoString()AssignCountriesErrorwithError(CountriesErrors error)
-
-
-
Constructor Detail
-
AssignCountriesError
public AssignCountriesError(CountriesErrors error)
-
-
Method Detail
-
error
public CountriesErrors error()
-
builder
public static final AssignCountriesError.Builder builder()
-
withError
public AssignCountriesError withError(CountriesErrors error)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-