public class NumberTypeDef extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
annotations |
String |
comment |
Number |
max |
Number |
min |
String |
name |
String |
type |
| Constructor and Description |
|---|
NumberTypeDef() |
| Modifier and Type | Method and Description |
|---|---|
NumberTypeDef |
annotations(Map<String,String> annotations) |
NumberTypeDef |
comment(String comment) |
boolean |
equals(Object another) |
NumberTypeDef |
max(Number max) |
NumberTypeDef |
min(Number min) |
NumberTypeDef |
name(String name) |
NumberTypeDef |
type(String type) |
public String type
public String name
public String comment
public Number min
public Number max
public NumberTypeDef type(String type)
public NumberTypeDef name(String name)
public NumberTypeDef comment(String comment)
public NumberTypeDef annotations(Map<String,String> annotations)
public NumberTypeDef min(Number min)
public NumberTypeDef max(Number max)
Copyright © 2016–2021 Verizon Media. All rights reserved.