@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2018-08-09T18:41:17.591+02:00[Europe/Berlin]") public class TppMessageGeneric extends Object
| Constructor and Description |
|---|
TppMessageGeneric() |
| Modifier and Type | Method and Description |
|---|---|
TppMessageGeneric |
category(TppMessageCategory category) |
TppMessageGeneric |
code(Object code) |
boolean |
equals(Object o) |
TppMessageCategory |
getCategory()
Get category
|
Object |
getCode()
Get code
|
String |
getPath()
Get path
|
String |
getText()
Get text
|
int |
hashCode() |
TppMessageGeneric |
path(String path) |
void |
setCategory(TppMessageCategory category) |
void |
setCode(Object code) |
void |
setPath(String path) |
void |
setText(String text) |
TppMessageGeneric |
text(String text) |
String |
toString() |
public TppMessageGeneric category(TppMessageCategory category)
@NotNull public TppMessageCategory getCategory()
public void setCategory(TppMessageCategory category)
public TppMessageGeneric code(Object code)
@NotNull public Object getCode()
public void setCode(Object code)
public TppMessageGeneric path(String path)
public String getPath()
public void setPath(String path)
public TppMessageGeneric text(String text)
public String getText()
public void setText(String text)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.