public class DeleteProjectRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteProjectRequest() |
DeleteProjectRequest(DeleteProjectRequest 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 |
getOperator()
Get 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以删除一切项目。如果指定操作者,则操作者必须为项目所有者。
|
String |
getPlatform()
Get 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
String |
getProjectId()
Get 要删除的项目 Id。
|
void |
setOperator(String Operator)
Set 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以删除一切项目。如果指定操作者,则操作者必须为项目所有者。
|
void |
setPlatform(String Platform)
Set 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteProjectRequest()
public DeleteProjectRequest(DeleteProjectRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台 Id,指定访问的平台。关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 要删除的项目 Id。public String getOperator()
public void setOperator(String Operator)
Operator
- 操作者。如不填,默认为 `cmeid_system`,表示平台管理员操作,可以删除一切项目。如果指定操作者,则操作者必须为项目所有者。Copyright © 2024. All rights reserved.