@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:54.528Z[UTC]") public class PsuMessage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PsuMessage.CategoryEnum
Gets or Sets category
|
Constructor and Description |
---|
PsuMessage() |
Modifier and Type | Method and Description |
---|---|
PsuMessage |
category(PsuMessage.CategoryEnum category) |
PsuMessage |
code(String code) |
boolean |
equals(Object o) |
@NotNull PsuMessage.CategoryEnum |
getCategory()
Get category
|
@NotNull String |
getCode()
Get code
|
String |
getPath()
Get path
|
String |
getText()
Get text
|
int |
hashCode() |
PsuMessage |
path(String path) |
void |
setCategory(PsuMessage.CategoryEnum category) |
void |
setCode(String code) |
void |
setPath(String path) |
void |
setText(String text) |
PsuMessage |
text(String text) |
String |
toString() |
public PsuMessage category(PsuMessage.CategoryEnum category)
@NotNull public @NotNull PsuMessage.CategoryEnum getCategory()
public void setCategory(PsuMessage.CategoryEnum category)
public PsuMessage code(String code)
@NotNull public @NotNull String getCode()
public void setCode(String code)
public PsuMessage path(String path)
public String getPath()
public void setPath(String path)
public PsuMessage text(String text)
public String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.