public class CreateModelResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
createdTime
The time when the model was created.
|
String |
description
The description of the created model.
|
String |
groupId
The ID of the API group to which the created model belongs.
|
String |
modelId
The ID of the created model.
|
String |
modelName
The name of the created model.
|
String |
modelRef
The URI of the created model.
|
String |
modifiedTime
The time when the model is last modified.
|
String |
regionId
The region to which the created model belongs.
|
String |
requestId
The ID of the request.
|
String |
schema
The definition of the created model.
|
| 构造器和说明 |
|---|
CreateModelResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateModelResponseBody |
build(Map<String,?> map) |
String |
getCreatedTime() |
String |
getDescription() |
String |
getGroupId() |
String |
getModelId() |
String |
getModelName() |
String |
getModelRef() |
String |
getModifiedTime() |
String |
getRegionId() |
String |
getRequestId() |
String |
getSchema() |
CreateModelResponseBody |
setCreatedTime(String createdTime) |
CreateModelResponseBody |
setDescription(String description) |
CreateModelResponseBody |
setGroupId(String groupId) |
CreateModelResponseBody |
setModelId(String modelId) |
CreateModelResponseBody |
setModelName(String modelName) |
CreateModelResponseBody |
setModelRef(String modelRef) |
CreateModelResponseBody |
setModifiedTime(String modifiedTime) |
CreateModelResponseBody |
setRegionId(String regionId) |
CreateModelResponseBody |
setRequestId(String requestId) |
CreateModelResponseBody |
setSchema(String schema) |
@NameInMap(value="CreatedTime") public String createdTime
The time when the model was created.
@NameInMap(value="Description") public String description
The description of the created model.
@NameInMap(value="GroupId") public String groupId
The ID of the API group to which the created model belongs.
@NameInMap(value="ModelId") public String modelId
The ID of the created model.
@NameInMap(value="ModelName") public String modelName
The name of the created model.
@NameInMap(value="ModelRef") public String modelRef
The URI of the created model.
@NameInMap(value="ModifiedTime") public String modifiedTime
The time when the model is last modified.
@NameInMap(value="RegionId") public String regionId
The region to which the created model belongs.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Schema") public String schema
The definition of the created model.
public static CreateModelResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateModelResponseBody setCreatedTime(String createdTime)
public String getCreatedTime()
public CreateModelResponseBody setDescription(String description)
public String getDescription()
public CreateModelResponseBody setGroupId(String groupId)
public String getGroupId()
public CreateModelResponseBody setModelId(String modelId)
public String getModelId()
public CreateModelResponseBody setModelName(String modelName)
public String getModelName()
public CreateModelResponseBody setModelRef(String modelRef)
public String getModelRef()
public CreateModelResponseBody setModifiedTime(String modifiedTime)
public String getModifiedTime()
public CreateModelResponseBody setRegionId(String regionId)
public String getRegionId()
public CreateModelResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateModelResponseBody setSchema(String schema)
public String getSchema()
Copyright © 2023. All rights reserved.