public class SLAPolicy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SLAPolicy()  | 
SLAPolicy(SLAPolicy 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 | 
|---|---|
AlertChannel | 
getAlertChannel()
Get Alert notification channel. 
 | 
SLARule[] | 
getSLARules()
Get SLA rules. 
 | 
void | 
setAlertChannel(AlertChannel AlertChannel)
Set Alert notification channel. 
 | 
void | 
setSLARules(SLARule[] SLARules)
Set SLA rules. 
 | 
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 SLAPolicy()
public SLAPolicy(SLAPolicy source)
public SLARule[] getSLARules()
public void setSLARules(SLARule[] SLARules)
SLARules - SLA rules.
Note: This field may return null, indicating that no valid value is found.public AlertChannel getAlertChannel()
public void setAlertChannel(AlertChannel AlertChannel)
AlertChannel - Alert notification channel.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.