public class FlowLogInfo extends AbstractModel
| Constructor and Description | 
|---|
| FlowLogInfo() | 
| FlowLogInfo(FlowLogInfo 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 | getEventCode()Get The event code. | 
| String | getEventMessage()Get The event information. | 
| String | getInputOutputId()Get The input or output ID. | 
| String | getInputOutputName()Get The input or output name. | 
| String | getPipeline()Get Whether it is a primary or backup pipeline. | 
| String | getProtocol()Get The protocol. | 
| String | getRemoteIp()Get The peer IP. | 
| String | getRemotePort()Get The peer port. | 
| Long | getTimestamp()Get The timestamp (seconds). | 
| String | getType()Get Whether it is an input or output. | 
| void | setEventCode(String EventCode)Set The event code. | 
| void | setEventMessage(String EventMessage)Set The event information. | 
| void | setInputOutputId(String InputOutputId)Set The input or output ID. | 
| void | setInputOutputName(String InputOutputName)Set The input or output name. | 
| void | setPipeline(String Pipeline)Set Whether it is a primary or backup pipeline. | 
| void | setProtocol(String Protocol)Set The protocol. | 
| void | setRemoteIp(String RemoteIp)Set The peer IP. | 
| void | setRemotePort(String RemotePort)Set The peer port. | 
| void | setTimestamp(Long Timestamp)Set The timestamp (seconds). | 
| void | setType(String Type)Set Whether it is an input or output. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic FlowLogInfo()
public FlowLogInfo(FlowLogInfo source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - The timestamp (seconds).public String getType()
public void setType(String Type)
Type - Whether it is an input or output.public String getInputOutputId()
public void setInputOutputId(String InputOutputId)
InputOutputId - The input or output ID.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - The protocol.public String getEventCode()
public void setEventCode(String EventCode)
EventCode - The event code.public String getEventMessage()
public void setEventMessage(String EventMessage)
EventMessage - The event information.public String getRemoteIp()
public void setRemoteIp(String RemoteIp)
RemoteIp - The peer IP.public String getRemotePort()
public void setRemotePort(String RemotePort)
RemotePort - The peer port.public String getPipeline()
public void setPipeline(String Pipeline)
Pipeline - Whether it is a primary or backup pipeline. Valid values: 0 (primary), 1 (backup).public String getInputOutputName()
public void setInputOutputName(String InputOutputName)
InputOutputName - The input or output name.Copyright © 2022. All rights reserved.