public class UpdateAvatarTrainingJobResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
UpdateAvatarTrainingJobResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
UpdateAvatarTrainingJobResponse() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateAvatarTrainingJobResponse |
build(Map<String,?> map) |
UpdateAvatarTrainingJobResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
UpdateAvatarTrainingJobResponse |
setBody(UpdateAvatarTrainingJobResponseBody body) |
UpdateAvatarTrainingJobResponse |
setHeaders(Map<String,String> headers) |
UpdateAvatarTrainingJobResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public UpdateAvatarTrainingJobResponseBody body
public static UpdateAvatarTrainingJobResponse build(Map<String,?> map) throws Exception
Exception
public UpdateAvatarTrainingJobResponse setHeaders(Map<String,String> headers)
public UpdateAvatarTrainingJobResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public UpdateAvatarTrainingJobResponse setBody(UpdateAvatarTrainingJobResponseBody body)
public UpdateAvatarTrainingJobResponseBody getBody()
Copyright © 2024. All rights reserved.