public class HandleRecordInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HandleRecordInfo() | 
| HandleRecordInfo(HandleRecordInfo 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 | 
|---|---|
| Long | getAppId()Get 应用appid | 
| String | getDescription()Get 描述 | 
| String | getExtendOne()Get 扩展字段1,存非孪生中台用户id | 
| FileInfo[] | getFileSet()Get 文件列表 | 
| Long | getId()Get 告警处理记录id | 
| String | getName()Get 名称 | 
| String | getOperationType()Get 操作类型 | 
| String | getTime()Get 处理时间 | 
| String | getType()Get 类型 | 
| void | setAppId(Long AppId)Set 应用appid | 
| void | setDescription(String Description)Set 描述 | 
| void | setExtendOne(String ExtendOne)Set 扩展字段1,存非孪生中台用户id | 
| void | setFileSet(FileInfo[] FileSet)Set 文件列表 | 
| void | setId(Long Id)Set 告警处理记录id | 
| void | setName(String Name)Set 名称 | 
| void | setOperationType(String OperationType)Set 操作类型 | 
| void | setTime(String Time)Set 处理时间 | 
| void | setType(String Type)Set 类型 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HandleRecordInfo()
public HandleRecordInfo(HandleRecordInfo source)
public Long getId()
public void setId(Long Id)
Id - 告警处理记录idpublic String getDescription()
public void setDescription(String Description)
Description - 描述public String getName()
public void setName(String Name)
Name - 名称public String getOperationType()
public void setOperationType(String OperationType)
OperationType - 操作类型public String getTime()
public void setTime(String Time)
Time - 处理时间public String getType()
public void setType(String Type)
Type - 类型public FileInfo[] getFileSet()
public void setFileSet(FileInfo[] FileSet)
FileSet - 文件列表public Long getAppId()
public void setAppId(Long AppId)
AppId - 应用appidpublic String getExtendOne()
public void setExtendOne(String ExtendOne)
ExtendOne - 扩展字段1,存非孪生中台用户idCopyright © 2025. All rights reserved.