public static final class CancelPickUpWaybillResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CancelPickUpWaybillResponseBody.Data |
build() |
CancelPickUpWaybillResponseBody.Data.Builder |
errorCode(String errorCode)
The error code.
|
CancelPickUpWaybillResponseBody.Data.Builder |
errorMsg(String errorMsg)
The error message.
|
CancelPickUpWaybillResponseBody.Data.Builder |
message(String message)
The cancellation result.
|
CancelPickUpWaybillResponseBody.Data.Builder |
success(Boolean success)
Indicates whether the cancellation was successful.
|
public CancelPickUpWaybillResponseBody.Data.Builder errorCode(String errorCode)
The error code.
example:none
public CancelPickUpWaybillResponseBody.Data.Builder errorMsg(String errorMsg)
The error message.
example:none
public CancelPickUpWaybillResponseBody.Data.Builder message(String message)
The cancellation result.
example:OK
public CancelPickUpWaybillResponseBody.Data.Builder success(Boolean success)
Indicates whether the cancellation was successful.
example:true
public CancelPickUpWaybillResponseBody.Data build()
Copyright © 2025. All rights reserved.