public class PatchContractReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchContractReq.Builder |
| 构造器和说明 |
|---|
PatchContractReq() |
PatchContractReq(PatchContractReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientToken() |
Contract |
getContract() |
String |
getContractId() |
static PatchContractReq.Builder |
newBuilder() |
void |
setClientToken(String clientToken) |
void |
setContract(Contract body) |
void |
setContractId(String contractId) |
public PatchContractReq()
public PatchContractReq(PatchContractReq.Builder builder)
public String getClientToken()
public void setClientToken(String clientToken)
public String getContractId()
public void setContractId(String contractId)
public Contract getContract()
public void setContract(Contract body)
public static PatchContractReq.Builder newBuilder()
Copyright © 2025. All rights reserved.