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