public class ServiceSupport extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServiceSupport() | 
| ServiceSupport(ServiceSupport 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 | 
|---|---|
| Boolean | getIsSupport()Get 是否支持该产品1支持;0不支持 | 
| String | getServiceName()Get 产品名称:
"cfw_waf_virtual", "cwp_detect", "cwp_defense", "cwp_fix" | 
| Long | getSupportHandledCount()Get 已处理的资产总数 | 
| Long | getSupportTotalCount()Get 支持的资产总数 | 
| void | setIsSupport(Boolean IsSupport)Set 是否支持该产品1支持;0不支持 | 
| void | setServiceName(String ServiceName)Set 产品名称:
"cfw_waf_virtual", "cwp_detect", "cwp_defense", "cwp_fix" | 
| void | setSupportHandledCount(Long SupportHandledCount)Set 已处理的资产总数 | 
| void | setSupportTotalCount(Long SupportTotalCount)Set 支持的资产总数 | 
| 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 ServiceSupport()
public ServiceSupport(ServiceSupport source)
public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - 产品名称:
"cfw_waf_virtual", "cwp_detect", "cwp_defense", "cwp_fix"public Long getSupportHandledCount()
public void setSupportHandledCount(Long SupportHandledCount)
SupportHandledCount - 已处理的资产总数public Long getSupportTotalCount()
public void setSupportTotalCount(Long SupportTotalCount)
SupportTotalCount - 支持的资产总数public Boolean getIsSupport()
public void setIsSupport(Boolean IsSupport)
IsSupport - 是否支持该产品1支持;0不支持Copyright © 2025. All rights reserved.