public class ServiceData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServiceData() | 
| ServiceData(ServiceData 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 | 
|---|---|
| Long | getOfflineCount()Get 关停下架使用次数 | 
| Long | getProtectAPPCount()Get 应用保护关联资产数 | 
| String | getProtectAPPExpireTime()Get 应用保护服务到期时间 | 
| Long | getProtectMiniProgramCount()Get 小程序保护关联资产数 | 
| String | getProtectMiniProgramExpireTime()Get 小程序保护服务到期时间 | 
| Long | getProtectOfficialAccountCount()Get 公众号保护关联资产数 | 
| String | getProtectOfficialAccountExpireTime()Get 公众号保护服务到期时间 | 
| Long | getProtectURLCount()Get 网站保护关联资产数 | 
| String | getProtectURLExpireTime()Get 网站保护服务到期时间 | 
| void | setOfflineCount(Long OfflineCount)Set 关停下架使用次数 | 
| void | setProtectAPPCount(Long ProtectAPPCount)Set 应用保护关联资产数 | 
| void | setProtectAPPExpireTime(String ProtectAPPExpireTime)Set 应用保护服务到期时间 | 
| void | setProtectMiniProgramCount(Long ProtectMiniProgramCount)Set 小程序保护关联资产数 | 
| void | setProtectMiniProgramExpireTime(String ProtectMiniProgramExpireTime)Set 小程序保护服务到期时间 | 
| void | setProtectOfficialAccountCount(Long ProtectOfficialAccountCount)Set 公众号保护关联资产数 | 
| void | setProtectOfficialAccountExpireTime(String ProtectOfficialAccountExpireTime)Set 公众号保护服务到期时间 | 
| void | setProtectURLCount(Long ProtectURLCount)Set 网站保护关联资产数 | 
| void | setProtectURLExpireTime(String ProtectURLExpireTime)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 ServiceData()
public ServiceData(ServiceData source)
public Long getProtectURLCount()
public void setProtectURLCount(Long ProtectURLCount)
ProtectURLCount - 网站保护关联资产数public String getProtectURLExpireTime()
public void setProtectURLExpireTime(String ProtectURLExpireTime)
ProtectURLExpireTime - 网站保护服务到期时间public Long getProtectAPPCount()
public void setProtectAPPCount(Long ProtectAPPCount)
ProtectAPPCount - 应用保护关联资产数public String getProtectAPPExpireTime()
public void setProtectAPPExpireTime(String ProtectAPPExpireTime)
ProtectAPPExpireTime - 应用保护服务到期时间public Long getProtectOfficialAccountCount()
public void setProtectOfficialAccountCount(Long ProtectOfficialAccountCount)
ProtectOfficialAccountCount - 公众号保护关联资产数public String getProtectOfficialAccountExpireTime()
public void setProtectOfficialAccountExpireTime(String ProtectOfficialAccountExpireTime)
ProtectOfficialAccountExpireTime - 公众号保护服务到期时间public Long getProtectMiniProgramCount()
public void setProtectMiniProgramCount(Long ProtectMiniProgramCount)
ProtectMiniProgramCount - 小程序保护关联资产数public String getProtectMiniProgramExpireTime()
public void setProtectMiniProgramExpireTime(String ProtectMiniProgramExpireTime)
ProtectMiniProgramExpireTime - 小程序保护服务到期时间public Long getOfflineCount()
public void setOfflineCount(Long OfflineCount)
OfflineCount - 关停下架使用次数Copyright © 2025. All rights reserved.