Class SwaggerLoginResponse
- java.lang.Object
-
- dev.aherscu.qa.testing.example.model.tutorial.SwaggerLoginResponse
-
public class SwaggerLoginResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SwaggerLoginResponse.SwaggerLoginResponseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SwaggerLoginResponse.SwaggerLoginResponseBuilder
builder()
static SwaggerLoginResponse
from(String json)
int
getCode()
String
getMessage()
String
getType()
String
toString()
-
-
-
Method Detail
-
from
public static SwaggerLoginResponse from(String json)
-
builder
public static SwaggerLoginResponse.SwaggerLoginResponseBuilder builder()
-
getCode
public int getCode()
-
getType
public String getType()
-
getMessage
public String getMessage()
-
-