public class DeletePkgsRequest extends AbstractModel
Constructor and Description |
---|
DeletePkgsRequest() |
DeletePkgsRequest(DeletePkgsRequest 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 |
getApplicationId()
Get 应用ID
|
String[] |
getPkgIds()
Get 需要删除的程序包ID列表
|
String |
getRepositoryId()
Get 程序包仓库id
|
String |
getRepositoryType()
Get 程序包仓库类型
|
void |
setApplicationId(String ApplicationId)
Set 应用ID
|
void |
setPkgIds(String[] PkgIds)
Set 需要删除的程序包ID列表
|
void |
setRepositoryId(String RepositoryId)
Set 程序包仓库id
|
void |
setRepositoryType(String RepositoryType)
Set 程序包仓库类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeletePkgsRequest()
public DeletePkgsRequest(DeletePkgsRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用IDpublic String[] getPkgIds()
public void setPkgIds(String[] PkgIds)
PkgIds
- 需要删除的程序包ID列表public String getRepositoryType()
public void setRepositoryType(String RepositoryType)
RepositoryType
- 程序包仓库类型public String getRepositoryId()
public void setRepositoryId(String RepositoryId)
RepositoryId
- 程序包仓库idCopyright © 2022. All rights reserved.