public class MapTypeDef extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
annotations |
String |
comment |
String |
items |
String |
keys |
Integer |
maxSize |
Integer |
minSize |
String |
name |
Integer |
size |
String |
type |
| Constructor and Description |
|---|
MapTypeDef() |
| Modifier and Type | Method and Description |
|---|---|
MapTypeDef |
annotations(Map<String,String> annotations) |
MapTypeDef |
comment(String comment) |
boolean |
equals(Object another) |
MapTypeDef |
init() |
MapTypeDef |
items(String items) |
MapTypeDef |
keys(String keys) |
MapTypeDef |
maxSize(Integer maxSize) |
MapTypeDef |
minSize(Integer minSize) |
MapTypeDef |
name(String name) |
MapTypeDef |
size(Integer size) |
MapTypeDef |
type(String type) |
public String type
public String name
public String comment
public String keys
public String items
public Integer size
public Integer minSize
public Integer maxSize
public MapTypeDef type(String type)
public MapTypeDef name(String name)
public MapTypeDef comment(String comment)
public MapTypeDef annotations(Map<String,String> annotations)
public MapTypeDef keys(String keys)
public MapTypeDef items(String items)
public MapTypeDef size(Integer size)
public MapTypeDef minSize(Integer minSize)
public MapTypeDef maxSize(Integer maxSize)
public MapTypeDef init()
Copyright © 2016–2021 Verizon Media. All rights reserved.