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