public class TagDataInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
TagDataInfo() |
TagDataInfo(TagDataInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getStatus()
Get 标签类型,0普通标签,1分账标签
|
String |
getTagKey()
Get 分账标签键
|
String |
getUpdateTime()
Get 设置分账标签时间,普通标签不返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 标签类型,0普通标签,1分账标签
|
void |
setTagKey(String TagKey)
Set 分账标签键
|
void |
setUpdateTime(String UpdateTime)
Set 设置分账标签时间,普通标签不返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TagDataInfo()
public TagDataInfo(TagDataInfo source)
public String getTagKey()
public void setTagKey(String TagKey)
TagKey - 分账标签键public Long getStatus()
public void setStatus(Long Status)
Status - 标签类型,0普通标签,1分账标签public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 设置分账标签时间,普通标签不返回
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.