@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2019-01-09T13:52:08.501+01:00[Europe/Berlin]") public class TppMessage2XX extends Object
| Constructor and Description |
|---|
TppMessage2XX() |
| Modifier and Type | Method and Description |
|---|---|
TppMessage2XX |
category(TppMessageCategory category) |
TppMessage2XX |
code(MessageCode2XX code) |
boolean |
equals(Object o) |
TppMessageCategory |
getCategory()
Get category
|
MessageCode2XX |
getCode()
Get code
|
String |
getPath()
Get path
|
String |
getText()
Get text
|
int |
hashCode() |
TppMessage2XX |
path(String path) |
void |
setCategory(TppMessageCategory category) |
void |
setCode(MessageCode2XX code) |
void |
setPath(String path) |
void |
setText(String text) |
TppMessage2XX |
text(String text) |
String |
toString() |
public TppMessage2XX category(TppMessageCategory category)
public TppMessageCategory getCategory()
public void setCategory(TppMessageCategory category)
public TppMessage2XX code(MessageCode2XX code)
public MessageCode2XX getCode()
public void setCode(MessageCode2XX code)
public TppMessage2XX path(String path)
public String getPath()
public void setPath(String path)
public TppMessage2XX text(String text)
public String getText()
public void setText(String text)
Copyright © 2019. All rights reserved.