public class VULRiskAdvanceCFGList extends AbstractModel
header, skipSign
Constructor and Description |
---|
VULRiskAdvanceCFGList() |
VULRiskAdvanceCFGList(VULRiskAdvanceCFGList 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 |
---|---|
String |
getCheckFrom()
Get Source of the check task
|
String |
getCVE()
Get CVE number
Note: This field may return·null, indicating that no valid values can be obtained.
|
Long |
getEMGCVulType()
Get Whether it's an emergency vulnerability.
|
Long |
getEnable()
Get Whether it's enabled.
|
String[] |
getFixMethod()
Get Fix solution
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getImpactComponent()
Get Affected components
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getImpactVersion()
Get Affected versions
|
String |
getReleaseTime()
Get Disclosure time
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getRiskId()
Get Risk ID
|
String |
getRiskLevel()
Get Risk level
|
String |
getVULDescribe()
Get Vulnerability description
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getVULName()
Get Vulnerability name
|
String[] |
getVULTag()
Get Vulnerability tag
|
String |
getVULType()
Get Risk type.
|
void |
setCheckFrom(String CheckFrom)
Set Source of the check task
|
void |
setCVE(String CVE)
Set CVE number
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setEMGCVulType(Long EMGCVulType)
Set Whether it's an emergency vulnerability.
|
void |
setEnable(Long Enable)
Set Whether it's enabled.
|
void |
setFixMethod(String[] FixMethod)
Set Fix solution
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setImpactComponent(String ImpactComponent)
Set Affected components
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setImpactVersion(String ImpactVersion)
Set Affected versions
|
void |
setReleaseTime(String ReleaseTime)
Set Disclosure time
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setRiskId(String RiskId)
Set Risk ID
|
void |
setRiskLevel(String RiskLevel)
Set Risk level
|
void |
setVULDescribe(String VULDescribe)
Set Vulnerability description
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setVULName(String VULName)
Set Vulnerability name
|
void |
setVULTag(String[] VULTag)
Set Vulnerability tag
|
void |
setVULType(String VULType)
Set Risk type.
|
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 VULRiskAdvanceCFGList()
public VULRiskAdvanceCFGList(VULRiskAdvanceCFGList source)
public String getRiskId()
public void setRiskId(String RiskId)
RiskId
- Risk IDpublic String getVULName()
public void setVULName(String VULName)
VULName
- Vulnerability namepublic String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel
- Risk levelpublic String getCheckFrom()
public void setCheckFrom(String CheckFrom)
CheckFrom
- Source of the check taskpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether it's enabled. `1`: Enable; `0`: Disabled
Note: This field may return·null, indicating that no valid values can be obtained.public String getVULType()
public void setVULType(String VULType)
VULType
- Risk type.public String getImpactVersion()
public void setImpactVersion(String ImpactVersion)
ImpactVersion
- Affected versionspublic String getCVE()
public void setCVE(String CVE)
CVE
- CVE number
Note: This field may return·null, indicating that no valid values can be obtained.public String[] getVULTag()
public void setVULTag(String[] VULTag)
VULTag
- Vulnerability tagpublic String[] getFixMethod()
public void setFixMethod(String[] FixMethod)
FixMethod
- Fix solution
Note: This field may return·null, indicating that no valid values can be obtained.public String getReleaseTime()
public void setReleaseTime(String ReleaseTime)
ReleaseTime
- Disclosure time
Note: This field may return·null, indicating that no valid values can be obtained.public Long getEMGCVulType()
public void setEMGCVulType(Long EMGCVulType)
EMGCVulType
- Whether it's an emergency vulnerability. Values: `1` (emergency vulnerability); `0` (non-emergency vulnerability
Note: This field may return·null, indicating that no valid values can be obtained.public String getVULDescribe()
public void setVULDescribe(String VULDescribe)
VULDescribe
- Vulnerability description
Note: This field may return·null, indicating that no valid values can be obtained.public String getImpactComponent()
public void setImpactComponent(String ImpactComponent)
ImpactComponent
- Affected components
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.