public class DeleteCollectorResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
Boolean |
result
Indicates whether the shipper is deleted.
|
构造器和说明 |
---|
DeleteCollectorResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteCollectorResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
Boolean |
getResult() |
DeleteCollectorResponseBody |
setRequestId(String requestId) |
DeleteCollectorResponseBody |
setResult(Boolean result) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Result") public Boolean result
Indicates whether the shipper is deleted. Valid values:
* true: The shipper is deleted.
* false: The shipper fails to be deleted.
public static DeleteCollectorResponseBody build(Map<String,?> map) throws Exception
Exception
public DeleteCollectorResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteCollectorResponseBody setResult(Boolean result)
public Boolean getResult()
Copyright © 2024. All rights reserved.