public class ShieldPlanInfo extends AbstractModel
Constructor and Description |
---|
ShieldPlanInfo() |
ShieldPlanInfo(ShieldPlanInfo 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 |
---|---|
PlanDetailInfo[] |
getPlanSet()
Get 加固策略具体信息数组
|
Long |
getTotalCount()
Get 加固策略数量
|
void |
setPlanSet(PlanDetailInfo[] PlanSet)
Set 加固策略具体信息数组
|
void |
setTotalCount(Long TotalCount)
Set 加固策略数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ShieldPlanInfo()
public ShieldPlanInfo(ShieldPlanInfo source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 加固策略数量public PlanDetailInfo[] getPlanSet()
public void setPlanSet(PlanDetailInfo[] PlanSet)
PlanSet
- 加固策略具体信息数组Copyright © 2021. All rights reserved.