public class IOSResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IOSResult() | 
| IOSResult(IOSResult 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 | getCostTime()Get 消耗时间 | 
| String | getCreatTime()Get 创建时间 | 
| String | getEncryptErrDesc()Get 业务错误信息 | 
| Long | getEncryptErrno()Get 业务错误码 | 
| String | getEncryptPkgUrl()Get 加固(混淆)包结果url | 
| Long | getEncryptState()Get 加固状态:0等待,1成功,2任务中,3失败,4重试中 | 
| String | getEncryptType()Get 加固类型,这里为ios | 
| String | getEndTime()Get 结束时间 | 
| Long | getOpUin()Get 用户uid | 
| String | getResourceId()Get 资源id | 
| String | getResultId()Get 加固任务结果Id | 
| String | getStartTime()Get 开始时间 | 
| void | setCostTime(Long CostTime)Set 消耗时间 | 
| void | setCreatTime(String CreatTime)Set 创建时间 | 
| void | setEncryptErrDesc(String EncryptErrDesc)Set 业务错误信息 | 
| void | setEncryptErrno(Long EncryptErrno)Set 业务错误码 | 
| void | setEncryptPkgUrl(String EncryptPkgUrl)Set 加固(混淆)包结果url | 
| void | setEncryptState(Long EncryptState)Set 加固状态:0等待,1成功,2任务中,3失败,4重试中 | 
| void | setEncryptType(String EncryptType)Set 加固类型,这里为ios | 
| void | setEndTime(String EndTime)Set 结束时间 | 
| void | setOpUin(Long OpUin)Set 用户uid | 
| void | setResourceId(String ResourceId)Set 资源id | 
| void | setResultId(String ResultId)Set 加固任务结果Id | 
| void | setStartTime(String StartTime)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 IOSResult()
public IOSResult(IOSResult source)
public String getResultId()
public void setResultId(String ResultId)
ResultId - 加固任务结果Idpublic Long getOpUin()
public void setOpUin(Long OpUin)
OpUin - 用户uidpublic String getEncryptType()
public void setEncryptType(String EncryptType)
EncryptType - 加固类型,这里为iospublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 资源idpublic Long getEncryptState()
public void setEncryptState(Long EncryptState)
EncryptState - 加固状态:0等待,1成功,2任务中,3失败,4重试中public Long getEncryptErrno()
public void setEncryptErrno(Long EncryptErrno)
EncryptErrno - 业务错误码public String getEncryptErrDesc()
public void setEncryptErrDesc(String EncryptErrDesc)
EncryptErrDesc - 业务错误信息public String getCreatTime()
public void setCreatTime(String CreatTime)
CreatTime - 创建时间public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 结束时间public Long getCostTime()
public void setCostTime(Long CostTime)
CostTime - 消耗时间public String getEncryptPkgUrl()
public void setEncryptPkgUrl(String EncryptPkgUrl)
EncryptPkgUrl - 加固(混淆)包结果urlCopyright © 2025. All rights reserved.