public class PatchAgentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchAgentReq.Builder |
| 构造器和说明 |
|---|
PatchAgentReq() |
PatchAgentReq(PatchAgentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgentId() |
PatchAgentReqBody |
getPatchAgentReqBody() |
static PatchAgentReq.Builder |
newBuilder() |
void |
setAgentId(String agentId) |
void |
setPatchAgentReqBody(PatchAgentReqBody body) |
public PatchAgentReq()
public PatchAgentReq(PatchAgentReq.Builder builder)
public String getAgentId()
public void setAgentId(String agentId)
public PatchAgentReqBody getPatchAgentReqBody()
public void setPatchAgentReqBody(PatchAgentReqBody body)
public static PatchAgentReq.Builder newBuilder()
Copyright © 2025. All rights reserved.