@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public class AuthViolation extends Object
Constructor and Description |
---|
AuthViolation() |
Modifier and Type | Method and Description |
---|---|
AuthViolation |
captionMessage(String captionMessage) |
AuthViolation |
code(String code) |
boolean |
equals(Object o) |
String |
getCaptionMessage()
Get captionMessage
|
String |
getCode()
Get code
|
String |
getScope()
Get scope
|
String |
getType()
Get type
|
int |
hashCode() |
AuthViolation |
scope(String scope) |
void |
setCaptionMessage(String captionMessage) |
void |
setCode(String code) |
void |
setScope(String scope) |
void |
setType(String type) |
String |
toString() |
AuthViolation |
type(String type) |
public AuthViolation type(String type)
public String getType()
public void setType(String type)
public AuthViolation scope(String scope)
public String getScope()
public void setScope(String scope)
public AuthViolation code(String code)
public String getCode()
public void setCode(String code)
public AuthViolation captionMessage(String captionMessage)
public String getCaptionMessage()
public void setCaptionMessage(String captionMessage)
Copyright © 2020. All rights reserved.