public class CreateDataTrackOrderShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
comment
The purpose or objective of the data tracking ticket.
|
String |
paramShrink
The parameters of the ticket.
|
String |
relatedUserListShrink
The IDs of the operators that are related to the ticket.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateDataTrackOrderShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateDataTrackOrderShrinkRequest |
build(Map<String,?> map) |
String |
getComment() |
String |
getParamShrink() |
String |
getRelatedUserListShrink() |
Long |
getTid() |
CreateDataTrackOrderShrinkRequest |
setComment(String comment) |
CreateDataTrackOrderShrinkRequest |
setParamShrink(String paramShrink) |
CreateDataTrackOrderShrinkRequest |
setRelatedUserListShrink(String relatedUserListShrink) |
CreateDataTrackOrderShrinkRequest |
setTid(Long tid) |
@NameInMap(value="Comment") public String comment
The purpose or objective of the data tracking ticket. This parameter is used to help reduce unnecessary communication.
This parameter is required.
example:test
@NameInMap(value="Param") public String paramShrink
The parameters of the ticket.
This parameter is required.
@NameInMap(value="RelatedUserList") public String relatedUserListShrink
The IDs of the operators that are related to the ticket.
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.
example:3***
public static CreateDataTrackOrderShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataTrackOrderShrinkRequest setComment(String comment)
public String getComment()
public CreateDataTrackOrderShrinkRequest setParamShrink(String paramShrink)
public String getParamShrink()
public CreateDataTrackOrderShrinkRequest setRelatedUserListShrink(String relatedUserListShrink)
public String getRelatedUserListShrink()
public CreateDataTrackOrderShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.