public class DeleteProjectRequest extends AbstractModel
| Constructor and Description |
|---|
DeleteProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatform()
Get 平台名称,指定访问的平台。
|
String |
getProjectId()
Get 项目 Id。
|
void |
setPlatform(String Platform)
Set 平台名称,指定访问的平台。
|
void |
setProjectId(String ProjectId)
Set 项目 Id。
|
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, toJsonStringpublic String getPlatform()
public void setPlatform(String Platform)
Platform - 平台名称,指定访问的平台。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目 Id。Copyright © 2020. All rights reserved.