public class ReverseShellEventDescription extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReverseShellEventDescription() |
ReverseShellEventDescription(ReverseShellEventDescription 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 |
getDescription()
Get Description
|
String |
getDstAddress()
Get Destination address
|
String |
getOperationTime()
Get Last processing time of the event
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRemark()
Get Event remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSolution()
Get Solution
|
void |
setDescription(String Description)
Set Description
|
void |
setDstAddress(String DstAddress)
Set Destination address
|
void |
setOperationTime(String OperationTime)
Set Last processing time of the event
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRemark(String Remark)
Set Event remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSolution(String Solution)
Set Solution
|
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 ReverseShellEventDescription()
public ReverseShellEventDescription(ReverseShellEventDescription source)
public String getDescription()
public void setDescription(String Description)
Description
- Descriptionpublic String getSolution()
public void setSolution(String Solution)
Solution
- Solutionpublic String getRemark()
public void setRemark(String Remark)
Remark
- Event remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getDstAddress()
public void setDstAddress(String DstAddress)
DstAddress
- Destination addresspublic String getOperationTime()
public void setOperationTime(String OperationTime)
OperationTime
- Last processing time of the event
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.