@TypeScriptType(value="MyTypeScriptType") public class RootType extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getGivenName() |
Long |
getId() |
BigDecimal |
getIgnoredField() |
Map<MapKeyType,?> |
getMapKey() |
Map<?,MapValueType> |
getMapValue() |
String |
getName() |
SimpleEnum[] |
getSimpleArray() |
List<SubType> |
getSubTypeList() |
Map<String,SubType> |
getSubTypeMap() |
String |
getTransientField() |
int |
getWeight() |
void |
setId(Long id) |
void |
setMapKey(Map<MapKeyType,?> mapKey) |
void |
setMapValue(Map<?,MapValueType> mapValue) |
void |
setSimpleArray(SimpleEnum[] simpleArray) |
void |
setSubTypeList(List<SubType> subTypeList) |
void |
setSubTypeMap(Map<String,SubType> subTypeMap) |
public RootType()
public RootType(Long id)
public Long getId()
public String getName()
public String getGivenName()
public int getWeight()
public BigDecimal getIgnoredField()
public String getTransientField()
public void setId(Long id)
public Map<?,MapValueType> getMapValue()
public void setMapValue(Map<?,MapValueType> mapValue)
public Map<MapKeyType,?> getMapKey()
public void setMapKey(Map<MapKeyType,?> mapKey)
public SimpleEnum[] getSimpleArray()
public void setSimpleArray(SimpleEnum[] simpleArray)
Copyright © 2016–2018. All rights reserved.