Package com.volcengine.acep.model
Class AutoInstallAppRequest
- java.lang.Object
-
- com.volcengine.acep.model.AutoInstallAppRequest
-
public class AutoInstallAppRequest extends Object
AutoInstallAppRequest
-
-
Constructor Summary
Constructors Constructor Description AutoInstallAppRequest()
-
Method Summary
-
-
-
Method Detail
-
absolutePath
public AutoInstallAppRequest absolutePath(String absolutePath)
-
getAbsolutePath
public String getAbsolutePath()
Get absolutePath- Returns:
- absolutePath
-
setAbsolutePath
public void setAbsolutePath(String absolutePath)
-
downloadURL
public AutoInstallAppRequest downloadURL(String downloadURL)
-
getDownloadURL
public String getDownloadURL()
Get downloadURL- Returns:
- downloadURL
-
setDownloadURL
public void setDownloadURL(String downloadURL)
-
imageId
public AutoInstallAppRequest imageId(String imageId)
-
getImageId
public String getImageId()
Get imageId- Returns:
- imageId
-
setImageId
public void setImageId(String imageId)
-
installType
public AutoInstallAppRequest installType(Integer installType)
-
getInstallType
public Integer getInstallType()
Get installType- Returns:
- installType
-
setInstallType
public void setInstallType(Integer installType)
-
isPreinstall
public AutoInstallAppRequest isPreinstall(Boolean isPreinstall)
-
isIsPreinstall
public Boolean isIsPreinstall()
Get isPreinstall- Returns:
- isPreinstall
-
setIsPreinstall
public void setIsPreinstall(Boolean isPreinstall)
-
md5
public AutoInstallAppRequest md5(String md5)
-
getMd5
public String getMd5()
Get md5- Returns:
- md5
-
setMd5
public void setMd5(String md5)
-
packageName
public AutoInstallAppRequest packageName(String packageName)
-
getPackageName
public String getPackageName()
Get packageName- Returns:
- packageName
-
setPackageName
public void setPackageName(String packageName)
-
podIdList
public AutoInstallAppRequest podIdList(List<String> podIdList)
-
addPodIdListItem
public AutoInstallAppRequest addPodIdListItem(String podIdListItem)
-
productId
public AutoInstallAppRequest productId(String productId)
-
getProductId
@NotNull public @NotNull String getProductId()
Get productId- Returns:
- productId
-
setProductId
public void setProductId(String productId)
-
versionCode
public AutoInstallAppRequest versionCode(Integer versionCode)
-
getVersionCode
public Integer getVersionCode()
Get versionCode- Returns:
- versionCode
-
setVersionCode
public void setVersionCode(Integer versionCode)
-
-