public class ModifyModelDefinitionRequest extends AbstractModel
Constructor and Description |
---|
ModifyModelDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getModelSchema()
获取数据模板定义
|
String |
getProductId()
获取产品ID
|
void |
setModelSchema(String ModelSchema)
设置数据模板定义
|
void |
setProductId(String ProductId)
设置产品ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 © 2019. All rights reserved.