public class ApplyFileUploadLeaseResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ApplyFileUploadLeaseResponseBody.ApplyFileUploadLeaseResponseBodyData |
static class |
ApplyFileUploadLeaseResponseBody.ApplyFileUploadLeaseResponseBodyDataParam |
限定符和类型 | 字段和说明 |
---|---|
String |
code
example:
DataCenter.FileTooLarge
|
ApplyFileUploadLeaseResponseBody.ApplyFileUploadLeaseResponseBodyData |
data |
String |
message
example:
User not authorized to operate on the specified resource
|
String |
requestId
example:
778C0B3B-xxxx-5FC1-A947-36EDD13606AB
|
String |
status
example:
200
|
Boolean |
success
example:
true
|
构造器和说明 |
---|
ApplyFileUploadLeaseResponseBody() |
@NameInMap(value="Code") public String code
DataCenter.FileTooLarge
@NameInMap(value="Data") public ApplyFileUploadLeaseResponseBody.ApplyFileUploadLeaseResponseBodyData data
@NameInMap(value="Message") public String message
User not authorized to operate on the specified resource
@NameInMap(value="RequestId") public String requestId
778C0B3B-xxxx-5FC1-A947-36EDD13606AB
@NameInMap(value="Status") public String status
200
@NameInMap(value="Success") public Boolean success
true
public static ApplyFileUploadLeaseResponseBody build(Map<String,?> map) throws Exception
Exception
public ApplyFileUploadLeaseResponseBody setCode(String code)
public String getCode()
public ApplyFileUploadLeaseResponseBody setData(ApplyFileUploadLeaseResponseBody.ApplyFileUploadLeaseResponseBodyData data)
public ApplyFileUploadLeaseResponseBody.ApplyFileUploadLeaseResponseBodyData getData()
public ApplyFileUploadLeaseResponseBody setMessage(String message)
public String getMessage()
public ApplyFileUploadLeaseResponseBody setRequestId(String requestId)
public String getRequestId()
public ApplyFileUploadLeaseResponseBody setStatus(String status)
public String getStatus()
public ApplyFileUploadLeaseResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.