Package net.webpdf.wsclient.openapi
Class AdminPoolEntryServerState
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminPoolEntryServerState
-
public class AdminPoolEntryServerState extends Object
AdminPoolEntryServerState
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COUNTstatic StringJSON_PROPERTY_POOL_SIZEstatic StringJSON_PROPERTY_QUEUE_SIZE
-
Constructor Summary
Constructors Constructor Description AdminPoolEntryServerState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminPoolEntryServerStatecount(Integer count)booleanequals(Object o)@Nullable IntegergetCount()Get count@Nullable IntegergetPoolSize()Get poolSize@Nullable IntegergetQueueSize()Get queueSizeinthashCode()AdminPoolEntryServerStatepoolSize(Integer poolSize)AdminPoolEntryServerStatequeueSize(Integer queueSize)voidsetCount(Integer count)voidsetPoolSize(Integer poolSize)voidsetQueueSize(Integer queueSize)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_COUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_POOL_SIZE
public static final String JSON_PROPERTY_POOL_SIZE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_QUEUE_SIZE
public static final String JSON_PROPERTY_QUEUE_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public AdminPoolEntryServerState count(Integer count)
-
getCount
@Nullable public @Nullable Integer getCount()
Get count- Returns:
- count
-
setCount
public void setCount(Integer count)
-
poolSize
public AdminPoolEntryServerState poolSize(Integer poolSize)
-
getPoolSize
@Nullable public @Nullable Integer getPoolSize()
Get poolSize- Returns:
- poolSize
-
setPoolSize
public void setPoolSize(Integer poolSize)
-
queueSize
public AdminPoolEntryServerState queueSize(Integer queueSize)
-
getQueueSize
@Nullable public @Nullable Integer getQueueSize()
Get queueSize- Returns:
- queueSize
-
setQueueSize
public void setQueueSize(Integer queueSize)
-
-