Package net.webpdf.wsclient.openapi
Class AdminJavaStatusGC
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminJavaStatusGC
-
public class AdminJavaStatusGC extends Object
A single GC entry with the execution values.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COLLECTION_COUNTstatic StringJSON_PROPERTY_COLLECTION_TIMEstatic StringJSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description AdminJavaStatusGC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminJavaStatusGCcollectionCount(Long collectionCount)AdminJavaStatusGCcollectionTime(Long collectionTime)booleanequals(Object o)@Nullable LonggetCollectionCount()Get collectionCount@Nullable LonggetCollectionTime()Get collectionTime@Nullable StringgetName()Get nameinthashCode()AdminJavaStatusGCname(String name)voidsetCollectionCount(Long collectionCount)voidsetCollectionTime(Long collectionTime)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COLLECTION_COUNT
public static final String JSON_PROPERTY_COLLECTION_COUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COLLECTION_TIME
public static final String JSON_PROPERTY_COLLECTION_TIME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
collectionCount
public AdminJavaStatusGC collectionCount(Long collectionCount)
-
getCollectionCount
@Nullable public @Nullable Long getCollectionCount()
Get collectionCount- Returns:
- collectionCount
-
setCollectionCount
public void setCollectionCount(Long collectionCount)
-
collectionTime
public AdminJavaStatusGC collectionTime(Long collectionTime)
-
getCollectionTime
@Nullable public @Nullable Long getCollectionTime()
Get collectionTime- Returns:
- collectionTime
-
setCollectionTime
public void setCollectionTime(Long collectionTime)
-
name
public AdminJavaStatusGC name(String name)
-
getName
@Nullable public @Nullable String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
-