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