public class CreateProcCorrectOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentKey
example:
order_attachment.txt
|
String |
comment
This parameter is required.
|
String |
paramShrink
This parameter is required.
|
String |
relatedUserListShrink |
Long |
tid
example:
4***
|
| 构造器和说明 |
|---|
CreateProcCorrectOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateProcCorrectOrderShrinkRequest |
build(Map<String,?> map) |
String |
getAttachmentKey() |
String |
getComment() |
String |
getParamShrink() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateProcCorrectOrderShrinkRequest |
setAttachmentKey(String attachmentKey) |
CreateProcCorrectOrderShrinkRequest |
setComment(String comment) |
CreateProcCorrectOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateProcCorrectOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateProcCorrectOrderShrinkRequest |
setTid(Long tid) |
@NameInMap(value="AttachmentKey") public String attachmentKey
order_attachment.txt
@NameInMap(value="Comment") public String comment
This parameter is required.
example:test
@NameInMap(value="Param") public String paramShrink
This parameter is required.
@NameInMap(value="RelatedUserList") public String relatedUserListShrink
@NameInMap(value="Tid") public Long tid
4***
public static CreateProcCorrectOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateProcCorrectOrderShrinkRequest setAttachmentKey(String attachmentKey)
public String getAttachmentKey()
public CreateProcCorrectOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateProcCorrectOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateProcCorrectOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateProcCorrectOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.