Package net.webpdf.wsclient.openapi
Class AdminErrorCountServerState
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminErrorCountServerState
-
public class AdminErrorCountServerState extends Object
Stores statistic information about the number of occurred errors
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CODEstatic StringJSON_PROPERTY_COUNTstatic StringJSON_PROPERTY_DESCRIPTION
-
Constructor Summary
Constructors Constructor Description AdminErrorCountServerState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminErrorCountServerStatecode(Integer code)AdminErrorCountServerStatecount(Integer count)AdminErrorCountServerStatedescription(String description)booleanequals(Object o)@Nullable IntegergetCode()Get code@Nullable IntegergetCount()Get count@Nullable StringgetDescription()Get descriptioninthashCode()voidsetCode(Integer code)voidsetCount(Integer count)voidsetDescription(String description)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CODE
public static final String JSON_PROPERTY_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_COUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
code
public AdminErrorCountServerState code(Integer code)
-
getCode
@Nullable public @Nullable Integer getCode()
Get code- Returns:
- code
-
setCode
public void setCode(Integer code)
-
count
public AdminErrorCountServerState count(Integer count)
-
getCount
@Nullable public @Nullable Integer getCount()
Get count- Returns:
- count
-
setCount
public void setCount(Integer count)
-
description
public AdminErrorCountServerState description(String description)
-
getDescription
@Nullable public @Nullable String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
-