Class ActivityRecordItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.ActivityRecordItem
-
public class ActivityRecordItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ActivityRecordItem()ActivityRecordItem(ActivityRecordItem 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetActivityId()Get 活动id 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsDeleted()Get 是否软删除 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 自定义状态码 注意:此字段可能返回 null,表示取不到有效值。StringgetSubStatus()Get 自定义子状态码 注意:此字段可能返回 null,表示取不到有效值。LonggetSubStatusInt()Get 整型子状态码 注意:此字段可能返回 null,表示取不到有效值。StringgetUin()Get 用户uin 注意:此字段可能返回 null,表示取不到有效值。voidsetActivityId(Long ActivityId)Set 活动id 注意:此字段可能返回 null,表示取不到有效值。voidsetIsDeleted(Boolean IsDeleted)Set 是否软删除 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 自定义状态码 注意:此字段可能返回 null,表示取不到有效值。voidsetSubStatus(String SubStatus)Set 自定义子状态码 注意:此字段可能返回 null,表示取不到有效值。voidsetSubStatusInt(Long SubStatusInt)Set 整型子状态码 注意:此字段可能返回 null,表示取不到有效值。voidsetUin(String Uin)Set 用户uin 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ActivityRecordItem
public ActivityRecordItem()
-
ActivityRecordItem
public ActivityRecordItem(ActivityRecordItem 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.
-
-
Method Detail
-
getUin
public String getUin()
Get 用户uin 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Uin 用户uin 注意:此字段可能返回 null,表示取不到有效值。
-
setUin
public void setUin(String Uin)
Set 用户uin 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Uin- 用户uin 注意:此字段可能返回 null,表示取不到有效值。
-
getActivityId
public Long getActivityId()
Get 活动id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ActivityId 活动id 注意:此字段可能返回 null,表示取不到有效值。
-
setActivityId
public void setActivityId(Long ActivityId)
Set 活动id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ActivityId- 活动id 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 自定义状态码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 自定义状态码 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 自定义状态码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 自定义状态码 注意:此字段可能返回 null,表示取不到有效值。
-
getSubStatus
public String getSubStatus()
Get 自定义子状态码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubStatus 自定义子状态码 注意:此字段可能返回 null,表示取不到有效值。
-
setSubStatus
public void setSubStatus(String SubStatus)
Set 自定义子状态码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubStatus- 自定义子状态码 注意:此字段可能返回 null,表示取不到有效值。
-
getSubStatusInt
public Long getSubStatusInt()
Get 整型子状态码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubStatusInt 整型子状态码 注意:此字段可能返回 null,表示取不到有效值。
-
setSubStatusInt
public void setSubStatusInt(Long SubStatusInt)
Set 整型子状态码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubStatusInt- 整型子状态码 注意:此字段可能返回 null,表示取不到有效值。
-
getIsDeleted
public Boolean getIsDeleted()
Get 是否软删除 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsDeleted 是否软删除 注意:此字段可能返回 null,表示取不到有效值。
-
setIsDeleted
public void setIsDeleted(Boolean IsDeleted)
Set 是否软删除 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsDeleted- 是否软删除 注意:此字段可能返回 null,表示取不到有效值。
-
-