Class AppSetInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ms.v20180408.models.AppSetInfo
-
public class AppSetInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AppSetInfo()
AppSetInfo(AppSetInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppIconUrl()
Get app的图标urlString
getAppMd5()
Get app的md5String
getAppName()
Get app的名称String
getAppPkgName()
Get app的包名Long
getAppSize()
Get app的大小String
getAppUrl()
Get 加固后的APP下载地址String
getAppVersion()
Get app的版本号String
getClientIp()
Get 请求的客户端ipString
getItemId()
Get 任务唯一标识String
getServiceEdition()
Get 加固服务版本Long
getShieldCode()
Get 加固结果返回码String
getShieldMd5()
Get 加固后app的md5Long
getShieldSize()
Get 加固后app的大小Long
getTaskStatus()
Get 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时Long
getTaskTime()
Get 提交加固时间void
setAppIconUrl(String AppIconUrl)
Set app的图标urlvoid
setAppMd5(String AppMd5)
Set app的md5void
setAppName(String AppName)
Set app的名称void
setAppPkgName(String AppPkgName)
Set app的包名void
setAppSize(Long AppSize)
Set app的大小void
setAppUrl(String AppUrl)
Set 加固后的APP下载地址void
setAppVersion(String AppVersion)
Set app的版本号void
setClientIp(String ClientIp)
Set 请求的客户端ipvoid
setItemId(String ItemId)
Set 任务唯一标识void
setServiceEdition(String ServiceEdition)
Set 加固服务版本void
setShieldCode(Long ShieldCode)
Set 加固结果返回码void
setShieldMd5(String ShieldMd5)
Set 加固后app的md5void
setShieldSize(Long ShieldSize)
Set 加固后app的大小void
setTaskStatus(Long TaskStatus)
Set 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时void
setTaskTime(Long TaskTime)
Set 提交加固时间void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AppSetInfo
public AppSetInfo()
-
AppSetInfo
public AppSetInfo(AppSetInfo 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.
-
-
Method Detail
-
getItemId
public String getItemId()
Get 任务唯一标识- Returns:
- ItemId 任务唯一标识
-
setItemId
public void setItemId(String ItemId)
Set 任务唯一标识- Parameters:
ItemId
- 任务唯一标识
-
getAppName
public String getAppName()
Get app的名称- Returns:
- AppName app的名称
-
setAppName
public void setAppName(String AppName)
Set app的名称- Parameters:
AppName
- app的名称
-
getAppPkgName
public String getAppPkgName()
Get app的包名- Returns:
- AppPkgName app的包名
-
setAppPkgName
public void setAppPkgName(String AppPkgName)
Set app的包名- Parameters:
AppPkgName
- app的包名
-
getAppVersion
public String getAppVersion()
Get app的版本号- Returns:
- AppVersion app的版本号
-
setAppVersion
public void setAppVersion(String AppVersion)
Set app的版本号- Parameters:
AppVersion
- app的版本号
-
getAppMd5
public String getAppMd5()
Get app的md5- Returns:
- AppMd5 app的md5
-
setAppMd5
public void setAppMd5(String AppMd5)
Set app的md5- Parameters:
AppMd5
- app的md5
-
getAppSize
public Long getAppSize()
Get app的大小- Returns:
- AppSize app的大小
-
setAppSize
public void setAppSize(Long AppSize)
Set app的大小- Parameters:
AppSize
- app的大小
-
getServiceEdition
public String getServiceEdition()
Get 加固服务版本- Returns:
- ServiceEdition 加固服务版本
-
setServiceEdition
public void setServiceEdition(String ServiceEdition)
Set 加固服务版本- Parameters:
ServiceEdition
- 加固服务版本
-
getShieldCode
public Long getShieldCode()
Get 加固结果返回码- Returns:
- ShieldCode 加固结果返回码
-
setShieldCode
public void setShieldCode(Long ShieldCode)
Set 加固结果返回码- Parameters:
ShieldCode
- 加固结果返回码
-
getAppUrl
public String getAppUrl()
Get 加固后的APP下载地址- Returns:
- AppUrl 加固后的APP下载地址
-
setAppUrl
public void setAppUrl(String AppUrl)
Set 加固后的APP下载地址- Parameters:
AppUrl
- 加固后的APP下载地址
-
getTaskStatus
public Long getTaskStatus()
Get 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时- Returns:
- TaskStatus 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
-
setTaskStatus
public void setTaskStatus(Long TaskStatus)
Set 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时- Parameters:
TaskStatus
- 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
-
getClientIp
public String getClientIp()
Get 请求的客户端ip- Returns:
- ClientIp 请求的客户端ip
-
setClientIp
public void setClientIp(String ClientIp)
Set 请求的客户端ip- Parameters:
ClientIp
- 请求的客户端ip
-
getTaskTime
public Long getTaskTime()
Get 提交加固时间- Returns:
- TaskTime 提交加固时间
-
setTaskTime
public void setTaskTime(Long TaskTime)
Set 提交加固时间- Parameters:
TaskTime
- 提交加固时间
-
getAppIconUrl
public String getAppIconUrl()
Get app的图标url- Returns:
- AppIconUrl app的图标url
-
setAppIconUrl
public void setAppIconUrl(String AppIconUrl)
Set app的图标url- Parameters:
AppIconUrl
- app的图标url
-
getShieldMd5
public String getShieldMd5()
Get 加固后app的md5- Returns:
- ShieldMd5 加固后app的md5
-
setShieldMd5
public void setShieldMd5(String ShieldMd5)
Set 加固后app的md5- Parameters:
ShieldMd5
- 加固后app的md5
-
getShieldSize
public Long getShieldSize()
Get 加固后app的大小- Returns:
- ShieldSize 加固后app的大小
-
setShieldSize
public void setShieldSize(Long ShieldSize)
Set 加固后app的大小- Parameters:
ShieldSize
- 加固后app的大小
-
-