public class PatchSectionReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchSectionReq.Builder |
| 构造器和说明 |
|---|
PatchSectionReq() |
PatchSectionReq(PatchSectionReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchSectionReqBody |
getPatchSectionReqBody() |
String |
getSectionGuid() |
String |
getUserIdType() |
static PatchSectionReq.Builder |
newBuilder() |
void |
setPatchSectionReqBody(PatchSectionReqBody body) |
void |
setSectionGuid(String sectionGuid) |
void |
setUserIdType(String userIdType) |
public PatchSectionReq()
public PatchSectionReq(PatchSectionReq.Builder builder)
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getSectionGuid()
public void setSectionGuid(String sectionGuid)
public PatchSectionReqBody getPatchSectionReqBody()
public void setPatchSectionReqBody(PatchSectionReqBody body)
public static PatchSectionReq.Builder newBuilder()
Copyright © 2025. All rights reserved.