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