public class ModifyModelDefinitionRequest extends AbstractModel
Constructor and Description |
---|
ModifyModelDefinitionRequest() |
ModifyModelDefinitionRequest(ModifyModelDefinitionRequest 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 |
getModelSchema()
Get 数据模板定义
|
String |
getProductId()
Get 产品ID
|
void |
setModelSchema(String ModelSchema)
Set 数据模板定义
|
void |
setProductId(String ProductId)
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, toJsonString
public ModifyModelDefinitionRequest()
public ModifyModelDefinitionRequest(ModifyModelDefinitionRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getModelSchema()
public void setModelSchema(String ModelSchema)
ModelSchema
- 数据模板定义Copyright © 2021. All rights reserved.