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