public class SmartPolicyBaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SmartPolicyBaseInfo()  | 
SmartPolicyBaseInfo(SmartPolicyBaseInfo 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 | 
getAppId()
Get User AppID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 | 
getPolicyType()
Get Catalog/Database/Table
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 | 
getUin()
Get User UIN
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAppId(String AppId)
Set User AppID
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 | 
setPolicyType(String PolicyType)
Set Catalog/Database/Table
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 | 
setUin(String Uin)
Set User UIN
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 SmartPolicyBaseInfo()
public SmartPolicyBaseInfo(SmartPolicyBaseInfo source)
public String getUin()
public void setUin(String Uin)
Uin - User UIN
Note: This field may return null, indicating that no valid values can be obtained.public String getPolicyType()
public void setPolicyType(String PolicyType)
PolicyType - Catalog/Database/Table
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.public String getAppId()
public void setAppId(String AppId)
AppId - User AppID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.