public class DescribeSecLogJoinObjectListResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecLogJoinObjectListResponse() |
DescribeSecLogJoinObjectListResponse(DescribeSecLogJoinObjectListResponse 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 |
---|---|
Boolean |
getAutoJoin()
Get 新增资产是否自动加入,节点范围为全部时生效
|
Long |
getExcludedCount()
Get 剔除节点数
|
SecLogJoinObjectInfo[] |
getList()
Get 接入对象列表
|
Long |
getRangeType()
Get 日志节点范围类型,0自选 1全部
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotalCount()
Get 总数
|
void |
setAutoJoin(Boolean AutoJoin)
Set 新增资产是否自动加入,节点范围为全部时生效
|
void |
setExcludedCount(Long ExcludedCount)
Set 剔除节点数
|
void |
setList(SecLogJoinObjectInfo[] List)
Set 接入对象列表
|
void |
setRangeType(Long RangeType)
Set 日志节点范围类型,0自选 1全部
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotalCount(Long TotalCount)
Set 总数
|
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, toJsonString
public DescribeSecLogJoinObjectListResponse()
public DescribeSecLogJoinObjectListResponse(DescribeSecLogJoinObjectListResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总数public SecLogJoinObjectInfo[] getList()
public void setList(SecLogJoinObjectInfo[] List)
List
- 接入对象列表public Long getRangeType()
public void setRangeType(Long RangeType)
RangeType
- 日志节点范围类型,0自选 1全部public Boolean getAutoJoin()
public void setAutoJoin(Boolean AutoJoin)
AutoJoin
- 新增资产是否自动加入,节点范围为全部时生效public Long getExcludedCount()
public void setExcludedCount(Long ExcludedCount)
ExcludedCount
- 剔除节点数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.