@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-12-26T15:06:21.086+02:00[Europe/Kiev]") public class TppMessage403AIS extends Object
| Constructor and Description |
|---|
TppMessage403AIS() |
| Modifier and Type | Method and Description |
|---|---|
TppMessage403AIS |
category(TppMessageCategory category) |
TppMessage403AIS |
code(String code) |
boolean |
equals(Object o) |
@NotNull @Valid TppMessageCategory |
getCategory()
Get category
|
@NotNull String |
getCode()
Get code
|
String |
getPath()
Get path
|
@Size(max=500) String |
getText()
Get text
|
int |
hashCode() |
TppMessage403AIS |
path(String path) |
void |
setCategory(TppMessageCategory category) |
void |
setCode(String code) |
void |
setPath(String path) |
void |
setText(String text) |
TppMessage403AIS |
text(String text) |
String |
toString() |
public TppMessage403AIS category(TppMessageCategory category)
@NotNull @Valid public @NotNull @Valid TppMessageCategory getCategory()
public void setCategory(TppMessageCategory category)
public TppMessage403AIS code(String code)
@NotNull public @NotNull String getCode()
public void setCode(String code)
public TppMessage403AIS path(String path)
public String getPath()
public void setPath(String path)
public TppMessage403AIS text(String text)
@Size(max=500) public @Size(max=500) String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.