public class IsKeepAliveResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isKeepAlive |
String |
officeSiteId |
String |
requestId |
String |
tenantId |
| 构造器和说明 |
|---|
IsKeepAliveResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static IsKeepAliveResponseBody |
build(Map<String,?> map) |
Boolean |
getIsKeepAlive() |
String |
getOfficeSiteId() |
String |
getRequestId() |
String |
getTenantId() |
IsKeepAliveResponseBody |
setIsKeepAlive(Boolean isKeepAlive) |
IsKeepAliveResponseBody |
setOfficeSiteId(String officeSiteId) |
IsKeepAliveResponseBody |
setRequestId(String requestId) |
IsKeepAliveResponseBody |
setTenantId(String tenantId) |
@NameInMap(value="IsKeepAlive") public Boolean isKeepAlive
@NameInMap(value="OfficeSiteId") public String officeSiteId
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="TenantId") public String tenantId
public static IsKeepAliveResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic IsKeepAliveResponseBody setIsKeepAlive(Boolean isKeepAlive)
public Boolean getIsKeepAlive()
public IsKeepAliveResponseBody setOfficeSiteId(String officeSiteId)
public String getOfficeSiteId()
public IsKeepAliveResponseBody setRequestId(String requestId)
public String getRequestId()
public IsKeepAliveResponseBody setTenantId(String tenantId)
public String getTenantId()
Copyright © 2023. All rights reserved.