public class ResourceBaseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceBaseInfo() |
ResourceBaseInfo(ResourceBaseInfo 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.
|
String |
getFunction()
Get Function name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSchema()
Get Schema name
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.
|
String |
getView()
Get View 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 |
setFunction(String Function)
Set Function name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSchema(String Schema)
Set Schema name
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 |
setView(String View)
Set View 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourceBaseInfo()
public ResourceBaseInfo(ResourceBaseInfo source)
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 getSchema()
public void setSchema(String Schema)
Schema
- Schema 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.public String getView()
public void setView(String View)
View
- View 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 getFunction()
public void setFunction(String Function)
Function
- Function name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.