public class GetAttachmentReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetAttachmentReq.Builder |
| 构造器和说明 |
|---|
GetAttachmentReq() |
GetAttachmentReq(GetAttachmentReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttachmentGuid() |
String |
getUserIdType() |
static GetAttachmentReq.Builder |
newBuilder() |
void |
setAttachmentGuid(String attachmentGuid) |
void |
setUserIdType(String userIdType) |
public GetAttachmentReq()
public GetAttachmentReq(GetAttachmentReq.Builder builder)
public static GetAttachmentReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getAttachmentGuid()
public void setAttachmentGuid(String attachmentGuid)
Copyright © 2024. All rights reserved.