@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public class ConsentAuthRequiredField extends Object
Constructor and Description |
---|
ConsentAuthRequiredField() |
Modifier and Type | Method and Description |
---|---|
ConsentAuthRequiredField |
captionMessage(String captionMessage) |
ConsentAuthRequiredField |
code(String code) |
boolean |
equals(Object o) |
String |
getCaptionMessage()
Custom message that describes field meaning
|
String |
getCode()
Field code - what does the field mean.
|
String |
getScope()
Scope of the field.
|
String |
getType()
Field data type - boolean, string, etc.
|
int |
hashCode() |
ConsentAuthRequiredField |
scope(String scope) |
void |
setCaptionMessage(String captionMessage) |
void |
setCode(String code) |
void |
setScope(String scope) |
void |
setType(String type) |
String |
toString() |
ConsentAuthRequiredField |
type(String type) |
public ConsentAuthRequiredField type(String type)
public String getType()
public void setType(String type)
public ConsentAuthRequiredField scope(String scope)
public String getScope()
public void setScope(String scope)
public ConsentAuthRequiredField code(String code)
public String getCode()
public void setCode(String code)
public ConsentAuthRequiredField captionMessage(String captionMessage)
public String getCaptionMessage()
public void setCaptionMessage(String captionMessage)
Copyright © 2020. All rights reserved.