public class IOSInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
IOSInfo() |
IOSInfo(IOSInfo 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 |
---|---|
String |
getBuildType()
Get release: 需要INFO-PLIST文件,会生成工具部署安装包,并带有license文件,绑定机器;nobind不需要INFO-PLIST文件,不绑定机器
|
String |
getInfoPListMd5()
Get info.plist文件的md5
|
Long |
getInfoPListSize()
Get info.plist文件的大小
|
String |
getInfoPListUrl()
Get info.plist的url,必须保证不用权限校验就可以下载
|
void |
setBuildType(String BuildType)
Set release: 需要INFO-PLIST文件,会生成工具部署安装包,并带有license文件,绑定机器;nobind不需要INFO-PLIST文件,不绑定机器
|
void |
setInfoPListMd5(String InfoPListMd5)
Set info.plist文件的md5
|
void |
setInfoPListSize(Long InfoPListSize)
Set info.plist文件的大小
|
void |
setInfoPListUrl(String InfoPListUrl)
Set info.plist的url,必须保证不用权限校验就可以下载
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IOSInfo()
public IOSInfo(IOSInfo source)
public String getInfoPListUrl()
public void setInfoPListUrl(String InfoPListUrl)
InfoPListUrl
- info.plist的url,必须保证不用权限校验就可以下载public Long getInfoPListSize()
public void setInfoPListSize(Long InfoPListSize)
InfoPListSize
- info.plist文件的大小public String getInfoPListMd5()
public void setInfoPListMd5(String InfoPListMd5)
InfoPListMd5
- info.plist文件的md5public String getBuildType()
public void setBuildType(String BuildType)
BuildType
- release: 需要INFO-PLIST文件,会生成工具部署安装包,并带有license文件,绑定机器;nobind不需要INFO-PLIST文件,不绑定机器Copyright © 2023. All rights reserved.