public class ProcessRecordInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProcessRecordInfo() |
ProcessRecordInfo(ProcessRecordInfo 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 |
getAttachedFileId()
Get 附加文件标识
|
String |
getId()
Get 告警的id
|
String |
getProcessDescription()
Get 处理描述信息
|
String |
getProcessor()
Get 注:此字段填写的是孪生中台的用户,非孪生中台用户不填该字段
[{\"id\":\"123\",\"name\":\"tes\"}]
|
Long |
getProcessTime()
Get 处理时间,毫秒
|
String |
getProcessType()
Get 处理类型,此处操作类型固定填add_record
|
void |
setAttachedFileId(String AttachedFileId)
Set 附加文件标识
|
void |
setId(String Id)
Set 告警的id
|
void |
setProcessDescription(String ProcessDescription)
Set 处理描述信息
|
void |
setProcessor(String Processor)
Set 注:此字段填写的是孪生中台的用户,非孪生中台用户不填该字段
[{\"id\":\"123\",\"name\":\"tes\"}]
|
void |
setProcessTime(Long ProcessTime)
Set 处理时间,毫秒
|
void |
setProcessType(String ProcessType)
Set 处理类型,此处操作类型固定填add_record
|
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 ProcessRecordInfo()
public ProcessRecordInfo(ProcessRecordInfo source)
public String getId()
public void setId(String Id)
Id
- 告警的idpublic Long getProcessTime()
public void setProcessTime(Long ProcessTime)
ProcessTime
- 处理时间,毫秒public String getProcessType()
public void setProcessType(String ProcessType)
ProcessType
- 处理类型,此处操作类型固定填add_recordpublic String getProcessor()
public void setProcessor(String Processor)
Processor
- 注:此字段填写的是孪生中台的用户,非孪生中台用户不填该字段
[{\"id\":\"123\",\"name\":\"tes\"}]public String getProcessDescription()
public void setProcessDescription(String ProcessDescription)
ProcessDescription
- 处理描述信息public String getAttachedFileId()
public void setAttachedFileId(String AttachedFileId)
AttachedFileId
- 附加文件标识Copyright © 2024. All rights reserved.