Class ResponseGovernmentValidation
-
- All Implemented Interfaces:
public class ResponseGovernmentValidation
-
-
Field Summary
Fields Modifier and Type Field Description public int
statusCode
-
Constructor Summary
Constructors Constructor Description ResponseGovernmentValidation(int statusCode)
-
Method Summary
Modifier and Type Method Description int
getStatusCode()
String
toString()
static ResponseGovernmentValidation
parse(ResponseBody responseBody)
-
-
Method Detail
-
getStatusCode
int getStatusCode()
-
parse
static ResponseGovernmentValidation parse(ResponseBody responseBody)
-
-
-
-