public class FlowLogInfo extends AbstractModel
header, skipSign
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 事件代码。
|
String |
getEventMessage()
Get 事件信息。
|
String |
getInputOutputId()
Get 输入或输出Id。
|
String |
getInputOutputName()
Get 输入或输出的名称。
|
String |
getPipeline()
Get 主备通道,0为主通道,1为备通道。
|
String |
getProtocol()
Get 协议。
|
String |
getRemoteIp()
Get 对端IP。
|
String |
getRemotePort()
Get 对端端口。
|
Long |
getTimestamp()
Get 时间戳,单位为秒。
|
String |
getType()
Get 输入输出类型(input/output)。
|
void |
setEventCode(String EventCode)
Set 事件代码。
|
void |
setEventMessage(String EventMessage)
Set 事件信息。
|
void |
setInputOutputId(String InputOutputId)
Set 输入或输出Id。
|
void |
setInputOutputName(String InputOutputName)
Set 输入或输出的名称。
|
void |
setPipeline(String Pipeline)
Set 主备通道,0为主通道,1为备通道。
|
void |
setProtocol(String Protocol)
Set 协议。
|
void |
setRemoteIp(String RemoteIp)
Set 对端IP。
|
void |
setRemotePort(String RemotePort)
Set 对端端口。
|
void |
setTimestamp(Long Timestamp)
Set 时间戳,单位为秒。
|
void |
setType(String Type)
Set 输入输出类型(input/output)。
|
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, toJsonString
public FlowLogInfo()
public FlowLogInfo(FlowLogInfo source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- 时间戳,单位为秒。public String getType()
public void setType(String Type)
Type
- 输入输出类型(input/output)。public String getInputOutputId()
public void setInputOutputId(String InputOutputId)
InputOutputId
- 输入或输出Id。public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议。public String getEventCode()
public void setEventCode(String EventCode)
EventCode
- 事件代码。public String getEventMessage()
public void setEventMessage(String EventMessage)
EventMessage
- 事件信息。public String getRemoteIp()
public void setRemoteIp(String RemoteIp)
RemoteIp
- 对端IP。public String getRemotePort()
public void setRemotePort(String RemotePort)
RemotePort
- 对端端口。public String getPipeline()
public void setPipeline(String Pipeline)
Pipeline
- 主备通道,0为主通道,1为备通道。public String getInputOutputName()
public void setInputOutputName(String InputOutputName)
InputOutputName
- 输入或输出的名称。Copyright © 2024. All rights reserved.