public class LngProp extends PropertyBase<Long>
| Modifier and Type | Class and Description |
|---|---|
static class |
LngProp.LngBuilder |
| Constructor and Description |
|---|
LngProp(Long defaultValue,
boolean required,
String shortDesc,
List<Validator<Long>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Long> valueType,
Trimmer trimmer,
String helpText) |
| Modifier and Type | Method and Description |
|---|---|
static LngProp.LngBuilder |
builder() |
getDefaultValue, getDescription, getExplicitValue, getHelpText, getPropertyType, getRequestedAliases, getTrimmer, getValidators, getValue, getValueType, isNonNullRequiredpublic static LngProp.LngBuilder builder()
Copyright © 2017. All rights reserved.