public class DeleteDataModelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteDataModelRequest() |
DeleteDataModelRequest(DeleteDataModelRequest 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 |
getCloudappId()
Get 云应用的实例id
|
String |
getDataModelId()
Get 数据建模的实例id
|
String |
getUserId()
Get 用户的子账号id
|
void |
setCloudappId(String CloudappId)
Set 云应用的实例id
|
void |
setDataModelId(String DataModelId)
Set 数据建模的实例id
|
void |
setUserId(String UserId)
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 DeleteDataModelRequest()
public DeleteDataModelRequest(DeleteDataModelRequest source)
public String getCloudappId()
public void setCloudappId(String CloudappId)
CloudappId
- 云应用的实例idpublic String getDataModelId()
public void setDataModelId(String DataModelId)
DataModelId
- 数据建模的实例idpublic String getUserId()
public void setUserId(String UserId)
UserId
- 用户的子账号idCopyright © 2025. All rights reserved.