public class TableSchemaItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
TableSchemaItem() |
TableSchemaItem(TableSchemaItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getCandidates()
Get Filtered candidate set
Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getClickable()
Get Whether it is clickable.
|
String |
getName()
Get Column identifier
|
Boolean |
getSortable()
Get Whether it is sortable by this column
|
String |
getTitle()
Get Display name.
|
Boolean |
getWithFilter()
Get Whether it is filterable
|
void |
setCandidates(String[] Candidates)
Set Filtered candidate set
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setClickable(Boolean Clickable)
Set Whether it is clickable.
|
void |
setName(String Name)
Set Column identifier
|
void |
setSortable(Boolean Sortable)
Set Whether it is sortable by this column
|
void |
setTitle(String Title)
Set Display name.
|
void |
setWithFilter(Boolean WithFilter)
Set Whether it is filterable
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TableSchemaItem()
public TableSchemaItem(TableSchemaItem source)
public String getName()
public void setName(String Name)
Name
- Column identifierpublic Boolean getSortable()
public void setSortable(Boolean Sortable)
Sortable
- Whether it is sortable by this columnpublic Boolean getWithFilter()
public void setWithFilter(Boolean WithFilter)
WithFilter
- Whether it is filterablepublic String[] getCandidates()
public void setCandidates(String[] Candidates)
Candidates
- Filtered candidate set
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getClickable()
public void setClickable(Boolean Clickable)
Clickable
- Whether it is clickable.public String getTitle()
public void setTitle(String Title)
Title
- Display name.Copyright © 2025. All rights reserved.