public class JsonTypeDto
extends Object
Describes the format of the data that is returned in the JSON representation of a field. This encapsulates a subset
of JSON Schema.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
int
void
void
void
void
void
-
Constructor Details
-
JsonTypeDto
public JsonTypeDto()
-
Method Details
-
-
-
-
-
getCustomId
public int getCustomId()
-
setType
public void setType(String type)
-
setItems
public void setItems(String items)
-
setSystem
public void setSystem(String system)
-
setCustom
public void setCustom(String custom)
-
setCustomId
public void setCustomId(int customId)
-