Package net.webpdf.wsclient.openapi
Class ApplicationConfigPortalUserInterfaceTooltips
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigPortalUserInterfaceTooltips
-
public class ApplicationConfigPortalUserInterfaceTooltips extends Object
ApplicationConfigPortalUserInterfaceTooltips
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SHOW_DELAY
-
Constructor Summary
Constructors Constructor Description ApplicationConfigPortalUserInterfaceTooltips()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable IntegergetShowDelay()Get showDelayinthashCode()voidsetShowDelay(Integer showDelay)ApplicationConfigPortalUserInterfaceTooltipsshowDelay(Integer showDelay)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SHOW_DELAY
public static final String JSON_PROPERTY_SHOW_DELAY
- See Also:
- Constant Field Values
-
-
Method Detail
-
showDelay
public ApplicationConfigPortalUserInterfaceTooltips showDelay(Integer showDelay)
-
getShowDelay
@Nullable public @Nullable Integer getShowDelay()
Get showDelay- Returns:
- showDelay
-
setShowDelay
public void setShowDelay(Integer showDelay)
-
-