Class Parameter
-
- All Implemented Interfaces:
public class Parameter
-
-
Field Summary
Fields Modifier and Type Field Description private final String
key
private final String
label
private final String
description
private final Object
default
private final Boolean
required
private final Boolean
advanced
private final Integer
displayOrder
private final String
type
private final Boolean
enum
private final JsonObject
json
-
Method Summary
Modifier and Type Method Description abstract String
getKey()
abstract String
getLabel()
abstract String
getDescription()
abstract Object
getDefault()
abstract Boolean
getRequired()
abstract Boolean
getAdvanced()
abstract Integer
getDisplayOrder()
abstract String
getType()
Boolean
getEnum()
JsonObject
getJson()
-
-
Method Detail
-
getDescription
abstract String getDescription()
-
getDefault
abstract Object getDefault()
-
getRequired
abstract Boolean getRequired()
-
getAdvanced
abstract Boolean getAdvanced()
-
getDisplayOrder
abstract Integer getDisplayOrder()
-
getJson
JsonObject getJson()
-
-
-
-