public class FavorInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
FavorInfo() |
FavorInfo(FavorInfo 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 |
getCatalog()
Get Catalog name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDataBase()
Get DataBase name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPriority()
Get Prioritized items
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTable()
Get Table name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCatalog(String Catalog)
Set Catalog name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDataBase(String DataBase)
Set DataBase name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPriority(Long Priority)
Set Prioritized items
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTable(String Table)
Set Table name
Note: This field may return null, indicating that no valid values can be obtained.
|
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, toJsonStringpublic FavorInfo()
public FavorInfo(FavorInfo source)
public Long getPriority()
public void setPriority(Long Priority)
Priority - Prioritized items
Note: This field may return null, indicating that no valid values can be obtained.public String getCatalog()
public void setCatalog(String Catalog)
Catalog - Catalog name
Note: This field may return null, indicating that no valid values can be obtained.public String getDataBase()
public void setDataBase(String DataBase)
DataBase - DataBase name
Note: This field may return null, indicating that no valid values can be obtained.public String getTable()
public void setTable(String Table)
Table - Table name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.