public class SmartPolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
SmartPolicy() |
SmartPolicy(SmartPolicy 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 |
---|---|
SmartPolicyBaseInfo |
getBaseInfo()
Get Basic information
Note: This field may return null, indicating that no valid values can be obtained.
|
SmartOptimizerPolicy |
getPolicy()
Get Policy description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBaseInfo(SmartPolicyBaseInfo BaseInfo)
Set Basic information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPolicy(SmartOptimizerPolicy Policy)
Set Policy description
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 SmartPolicy()
public SmartPolicy(SmartPolicy source)
public SmartPolicyBaseInfo getBaseInfo()
public void setBaseInfo(SmartPolicyBaseInfo BaseInfo)
BaseInfo
- Basic information
Note: This field may return null, indicating that no valid values can be obtained.public SmartOptimizerPolicy getPolicy()
public void setPolicy(SmartOptimizerPolicy Policy)
Policy
- Policy description
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.