@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class SchemaColumn extends Object
| Constructor and Description |
|---|
SchemaColumn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDefaultValue()
Default value for the column
|
String |
getDescription()
Description of the column
|
String |
getName()
The name of the schema column.
|
Boolean |
getRequired()
Values true|false.
|
String |
getSize()
The column size.
|
String |
getType()
The data type of the schema column.
|
int |
hashCode() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRequired(Boolean required) |
void |
setSize(String size) |
void |
setType(String type) |
String |
toString() |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getSize()
public void setSize(String size)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getDescription()
public void setDescription(String description)
Copyright © 2017. All rights reserved.