@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-04-08T13:20:46.558844+03:00[Europe/Kiev]") public class TppMessage404SBS extends Object
| Constructor and Description |
|---|
TppMessage404SBS() |
| Modifier and Type | Method and Description |
|---|---|
TppMessage404SBS |
category(TppMessageCategory category) |
TppMessage404SBS |
code(MessageCode404SBS code) |
boolean |
equals(Object o) |
@NotNull @Valid TppMessageCategory |
getCategory()
Get category
|
@NotNull @Valid MessageCode404SBS |
getCode()
Get code
|
String |
getPath()
Get path
|
@Size(max=512) String |
getText()
Get text
|
int |
hashCode() |
TppMessage404SBS |
path(String path) |
void |
setCategory(TppMessageCategory category) |
void |
setCode(MessageCode404SBS code) |
void |
setPath(String path) |
void |
setText(String text) |
TppMessage404SBS |
text(String text) |
String |
toString() |
public TppMessage404SBS category(TppMessageCategory category)
@NotNull @Valid public @NotNull @Valid TppMessageCategory getCategory()
public void setCategory(TppMessageCategory category)
public TppMessage404SBS code(MessageCode404SBS code)
@NotNull @Valid public @NotNull @Valid MessageCode404SBS getCode()
public void setCode(MessageCode404SBS code)
public TppMessage404SBS path(String path)
public String getPath()
public void setPath(String path)
public TppMessage404SBS text(String text)
@Size(max=512) public @Size(max=512) String getText()
public void setText(String text)
Copyright © 2019. All rights reserved.