public class GetAttachmentSpaceResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
GetAttachmentSpaceResponseBody.GetAttachmentSpaceResponseBodyResult |
限定符和类型 | 字段和说明 |
---|---|
GetAttachmentSpaceResponseBody.GetAttachmentSpaceResponseBodyResult |
result
返回结果。
|
Boolean |
success
接口调用是否成功。
|
构造器和说明 |
---|
GetAttachmentSpaceResponseBody() |
@NameInMap(value="result") public GetAttachmentSpaceResponseBody.GetAttachmentSpaceResponseBodyResult result
返回结果。
@NameInMap(value="success") public Boolean success
接口调用是否成功。
public static GetAttachmentSpaceResponseBody build(Map<String,?> map) throws Exception
Exception
public GetAttachmentSpaceResponseBody setResult(GetAttachmentSpaceResponseBody.GetAttachmentSpaceResponseBodyResult result)
public GetAttachmentSpaceResponseBody.GetAttachmentSpaceResponseBodyResult getResult()
public GetAttachmentSpaceResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.