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