public class CustomerTag extends AlipayObject
| Constructor and Description |
|---|
CustomerTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColName()
Gets col name.
|
String |
getColumnType()
Gets column type.
|
String |
getId()
Gets id.
|
String |
getName()
Gets name.
|
void |
setColName(String colName)
Sets col name.
|
void |
setColumnType(String columnType)
Sets column type.
|
void |
setId(String id)
Sets id.
|
void |
setName(String name)
Sets name.
|
public String getColName()
public void setColName(String colName)
colName - the col namepublic String getColumnType()
public void setColumnType(String columnType)
columnType - the column typepublic String getId()
public void setId(String id)
id - the idpublic String getName()
public void setName(String name)
name - the nameCopyright © 2018. All rights reserved.