public class ResourceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResourceInfo() | 
| ResourceInfo(ResourceInfo 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 | 
|---|---|
| BindInfo | getBindInfo()Get 用户绑定app的基本信息 | 
| Long | getCreateTime()Get 购买时间戳 | 
| Long | getExpireTime()Get 到期时间戳 | 
| Long | getIsBind()Get 0-未绑定,1-已绑定 | 
| Long | getPid()Get 资源的pid,MTP加固-12767,应用加固-12750 MTP反作弊-12766 源代码混淆-12736 | 
| String | getResourceId()Get 用户购买的资源id,全局唯一 | 
| String | getResourceName()Get 资源名称,如应用加固,漏洞扫描 | 
| void | setBindInfo(BindInfo BindInfo)Set 用户绑定app的基本信息 | 
| void | setCreateTime(Long CreateTime)Set 购买时间戳 | 
| void | setExpireTime(Long ExpireTime)Set 到期时间戳 | 
| void | setIsBind(Long IsBind)Set 0-未绑定,1-已绑定 | 
| void | setPid(Long Pid)Set 资源的pid,MTP加固-12767,应用加固-12750 MTP反作弊-12766 源代码混淆-12736 | 
| void | setResourceId(String ResourceId)Set 用户购买的资源id,全局唯一 | 
| void | setResourceName(String ResourceName)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 ResourceInfo()
public ResourceInfo(ResourceInfo source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 用户购买的资源id,全局唯一public Long getPid()
public void setPid(Long Pid)
Pid - 资源的pid,MTP加固-12767,应用加固-12750 MTP反作弊-12766 源代码混淆-12736public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 购买时间戳public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - 到期时间戳public Long getIsBind()
public void setIsBind(Long IsBind)
IsBind - 0-未绑定,1-已绑定public BindInfo getBindInfo()
public void setBindInfo(BindInfo BindInfo)
BindInfo - 用户绑定app的基本信息public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - 资源名称,如应用加固,漏洞扫描Copyright © 2025. All rights reserved.