public class Strategies extends AbstractModel
header, skipSign
Constructor and Description |
---|
Strategies() |
Strategies(Strategies 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 |
---|---|
Conditions[] |
getConditions()
Get Risk list of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDesc()
Get Assessment item description
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getGroupId()
Get Category ID of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getGroupName()
Get Category name of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Assessment item name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getProduct()
Get Product ID corresponding to the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getProductDesc()
Get Product name corresponding to the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRepair()
Get Optimization suggestions for the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStrategyId()
Get Assessment item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setConditions(Conditions[] Conditions)
Set Risk list of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDesc(String Desc)
Set Assessment item description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setGroupId(Long GroupId)
Set Category ID of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setGroupName(String GroupName)
Set Category name of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Assessment item name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProduct(String Product)
Set Product ID corresponding to the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProductDesc(String ProductDesc)
Set Product name corresponding to the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRepair(String Repair)
Set Optimization suggestions for the assessment item
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStrategyId(Long StrategyId)
Set Assessment item ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Strategies()
public Strategies(Strategies source)
public Long getStrategyId()
public void setStrategyId(Long StrategyId)
StrategyId
- Assessment item ID
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Assessment item name
Note: This field may return null, indicating that no valid values can be obtained.public String getDesc()
public void setDesc(String Desc)
Desc
- Assessment item description
Note: This field may return null, indicating that no valid values can be obtained.public String getProduct()
public void setProduct(String Product)
Product
- Product ID corresponding to the assessment item
Note: This field may return null, indicating that no valid values can be obtained.public String getProductDesc()
public void setProductDesc(String ProductDesc)
ProductDesc
- Product name corresponding to the assessment item
Note: This field may return null, indicating that no valid values can be obtained.public String getRepair()
public void setRepair(String Repair)
Repair
- Optimization suggestions for the assessment item
Note: This field may return null, indicating that no valid values can be obtained.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- Category ID of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Category name of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.public Conditions[] getConditions()
public void setConditions(Conditions[] Conditions)
Conditions
- Risk list of the assessment item
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.