Class RiskDealedTrendItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.RiskDealedTrendItem
-
public class RiskDealedTrendItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RiskDealedTrendItem()RiskDealedTrendItem(RiskDealedTrendItem 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 StringgetDate()Get 日期LonggetHandled()Get 已解决数量LonggetNewDiscoveryHandled()Get 新发现 注意:此字段可能返回 null,表示取不到有效值。LonggetUnhandled()Get 未解决数量voidsetDate(String Date)Set 日期voidsetHandled(Long Handled)Set 已解决数量voidsetNewDiscoveryHandled(Long NewDiscoveryHandled)Set 新发现 注意:此字段可能返回 null,表示取不到有效值。voidsetUnhandled(Long Unhandled)Set 未解决数量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
-
RiskDealedTrendItem
public RiskDealedTrendItem()
-
RiskDealedTrendItem
public RiskDealedTrendItem(RiskDealedTrendItem 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
-
getDate
public String getDate()
Get 日期- Returns:
- Date 日期
-
setDate
public void setDate(String Date)
Set 日期- Parameters:
Date- 日期
-
getUnhandled
public Long getUnhandled()
Get 未解决数量- Returns:
- Unhandled 未解决数量
-
setUnhandled
public void setUnhandled(Long Unhandled)
Set 未解决数量- Parameters:
Unhandled- 未解决数量
-
getHandled
public Long getHandled()
Get 已解决数量- Returns:
- Handled 已解决数量
-
setHandled
public void setHandled(Long Handled)
Set 已解决数量- Parameters:
Handled- 已解决数量
-
getNewDiscoveryHandled
public Long getNewDiscoveryHandled()
Get 新发现 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NewDiscoveryHandled 新发现 注意:此字段可能返回 null,表示取不到有效值。
-
setNewDiscoveryHandled
public void setNewDiscoveryHandled(Long NewDiscoveryHandled)
Set 新发现 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NewDiscoveryHandled- 新发现 注意:此字段可能返回 null,表示取不到有效值。
-
-