Class ReportFeedBehaviorRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.irp.v20220805.models.ReportFeedBehaviorRequest
-
public class ReportFeedBehaviorRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReportFeedBehaviorRequest()
ReportFeedBehaviorRequest(ReportFeedBehaviorRequest 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 FeedBehaviorInfo[]
getFeedBehaviorList()
Get 上报的行为数据数组,数量不超过50String
getInstanceId()
Get 实例ID,在控制台获取void
setFeedBehaviorList(FeedBehaviorInfo[] FeedBehaviorList)
Set 上报的行为数据数组,数量不超过50void
setInstanceId(String InstanceId)
Set 实例ID,在控制台获取void
toMap(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
-
ReportFeedBehaviorRequest
public ReportFeedBehaviorRequest()
-
ReportFeedBehaviorRequest
public ReportFeedBehaviorRequest(ReportFeedBehaviorRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例ID,在控制台获取- Returns:
- InstanceId 实例ID,在控制台获取
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID,在控制台获取- Parameters:
InstanceId
- 实例ID,在控制台获取
-
getFeedBehaviorList
public FeedBehaviorInfo[] getFeedBehaviorList()
Get 上报的行为数据数组,数量不超过50- Returns:
- FeedBehaviorList 上报的行为数据数组,数量不超过50
-
setFeedBehaviorList
public void setFeedBehaviorList(FeedBehaviorInfo[] FeedBehaviorList)
Set 上报的行为数据数组,数量不超过50- Parameters:
FeedBehaviorList
- 上报的行为数据数组,数量不超过50
-
-