public class Interface extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Interface.InterfaceColumn
Interface table column name.
|
| Constructor and Description |
|---|
Interface(DatabaseSchema dbSchema,
Row row)
Constructs a Interface object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getAdminStateColumn()
Get the Column entity which column name is "admin_state" from the Row
entity of attributes.
|
Column |
getBfdColumn()
Get the Column entity which column name is "bfd" from the Row entity of
attributes.
|
Column |
getBfdStatusColumn()
Get the Column entity which column name is "bfd_status" from the Row
entity of attributes.
|
Column |
getCfmFaultColumn()
Get the Column entity which column name is "cfm_fault" from the Row
entity of attributes.
|
Column |
getCfmFaultStatusColumn()
Get the Column entity which column name is "cfm_fault_status" from the
Row entity of attributes.
|
Column |
getCfmFlapCountColumn()
Get the Column entity which column name is "cfm_flap_count" from the Row
entity of attributes.
|
Column |
getCfmHealthColumn()
Get the Column entity which column name is "cfm_health" from the Row
entity of attributes.
|
Column |
getCfmMpidColumn()
Get the Column entity which column name is "cfm_mpid" from the Row entity
of attributes.
|
Column |
getCfmRemoteMpidColumn()
Get the Column entity which column name is "cfm_remote_mpid" from the Row
entity of attributes.
|
Column |
getCfmRemoteMpidsColumn()
Get the Column entity which column name is "cfm_remote_mpids" from the
Row entity of attributes.
|
Column |
getCfmRemoteOpStateColumn()
Get the Column entity which column name is "cfm_remote_opstate" from the
Row entity of attributes.
|
Column |
getDuplexColumn()
Get the Column entity which column name is "duplex" from the Row entity
of attributes.
|
Column |
getErrorColumn()
Get the Column entity which column name is "error" from the Row entity of
attributes.
|
Column |
getExternalIdsColumn()
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
|
Column |
getIfIndexColumn()
Get the Column entity which column name is "ifindex" from the Row entity
of attributes.
|
Column |
getIngressPolicingBurstColumn()
Get the Column entity which column name is "ingress_policing_burst" from
the Row entity of attributes.
|
Column |
getIngressPolicingRateColumn()
Get the Column entity which column name is "ingress_policing_rate" from
the Row entity of attributes.
|
Column |
getLacpCurrentColumn()
Get the Column entity which column name is "lacp_current" from the Row
entity of attributes.
|
Column |
getLinkResetsColumn()
Get the Column entity which column name is "link_resets" from the Row
entity of attributes.
|
Column |
getLinkSpeedColumn()
Get the Column entity which column name is "link_speed" from the Row
entity of attributes.
|
Column |
getLinkStateColumn()
Get the Column entity which column name is "link_state" from the Row
entity of attributes.
|
Column |
getMacColumn()
Get the Column entity which column name is "mac" from the Row entity of
attributes.
|
Column |
getMacInUseColumn()
Get the Column entity which column name is "mac_in_use" from the Row
entity of attributes.
|
Column |
getMonitorColumn()
Get the Column entity which column name is "monitor" from the Row entity
of attributes.
|
Column |
getMtuColumn()
Get the Column entity which column name is "mtu" from the Row entity of
attributes.
|
String |
getName()
Get the column data which column name is "name" from the Row entity of
attributes.
|
Column |
getNameColumn()
Get the Column entity which column name is "name" from the Row entity of
attributes.
|
Column |
getOpenFlowPortColumn()
Get the Column entity which column name is "ofport" from the Row entity
of attributes.
|
Column |
getOpenFlowPortRequestColumn()
Get the Column entity which column name is "ofport_request" from the Row
entity of attributes.
|
Column |
getOptionsColumn()
Get the Column entity which column name is "options" from the Row entity
of attributes.
|
Column |
getOtherConfigColumn()
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
|
Column |
getStatisticsColumn()
Get the Column entity which column name is "statistics" from the Row
entity of attributes.
|
Column |
getStatusColumn()
Get the Column entity which column name is "status" from the Row entity
of attributes.
|
Column |
getTypeColumn()
Get the Column entity which column name is "type" from the Row entity of
attributes.
|
void |
setAdminState(Set<String> adminState)
Add a Column entity which column name is "admin_state" to the Row entity
of attributes.
|
void |
setBfd(Map<String,String> bfd)
Add a Column entity which column name is "bfd" to the Row entity of
attributes.
|
void |
setBfdStatus(Map<String,String> bfdStatus)
Add a Column entity which column name is "bfd_status" to the Row entity
of attributes.
|
void |
setCfmFault(Set<Boolean> cfmFault)
Add a Column entity which column name is "cfm_fault" to the Row entity of
attributes.
|
void |
setCfmFaultStatus(Set<String> cfmFaultStatus)
Add a Column entity which column name is "cfm_fault_status" to the Row
entity of attributes.
|
void |
setCfmFlapCount(Set<Long> cfmFlapCount)
Add a Column entity which column name is "cfm_flap_count" to the Row
entity of attributes.
|
void |
setCfmHealth(Set<Long> cfmHealth)
Add a Column entity which column name is "cfm_health" to the Row entity
of attributes.
|
void |
setCfmMpid(Set<Long> cfmMpid)
Add a Column entity which column name is "cfm_mpid" to the Row entity of
attributes.
|
void |
setCfmRemoteMpid(Set<Long> cfmRemoteMpid)
Add a Column entity which column name is "cfm_remote_mpid" to the Row
entity of attributes.
|
void |
setCfmRemoteMpids(Set<Long> cfmRemoteMpids)
Add a Column entity which column name is "cfm_remote_mpids" to the Row
entity of attributes.
|
void |
setCfmRemoteOpState(Set<String> cfmRemoteOpState)
Add a Column entity which column name is "cfm_remote_opstate" to the Row
entity of attributes.
|
void |
setDuplex(Set<Long> duplex)
Add a Column entity which column name is "duplex" to the Row entity of
attributes.
|
void |
setError(Set<String> error)
Add a Column entity which column name is "error" to the Row entity of
attributes.
|
void |
setExternalIds(Map<String,String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setIfIndex(Long ifIndex)
Add a Column entity which column name is "ifindex" to the Row entity of
attributes.
|
void |
setIngressPolicingBurst(Set<Long> ingressPolicingBurst)
Add a Column entity which column name is "ingress_policing_burst" to the
Row entity of attributes.
|
void |
setIngressPolicingRate(Set<Long> ingressPolicingRate)
Add a Column entity which column name is "ingress_policing_rate" to the
Row entity of attributes.
|
void |
setLacpCurrent(Set<Boolean> lacpCurrent)
Add a Column entity which column name is "lacp_current" to the Row entity
of attributes.
|
void |
setLinkResets(Set<String> linkResets)
Add a Column entity which column name is "link_resets" to the Row entity
of attributes.
|
void |
setLinkSpeed(Set<Long> linkSpeed)
Add a Column entity which column name is "link_speed" to the Row entity
of attributes.
|
void |
setLinkState(Map<String,String> linkState)
Add a Column entity which column name is "link_state" to the Row entity
of attributes.
|
void |
setMac(Set<String> mac)
Add a Column entity which column name is "mac" to the Row entity of
attributes.
|
void |
setMacInUse(Set<String> macInUse)
Add a Column entity which column name is "mac_in_use" to the Row entity
of attributes.
|
void |
setMonitor(String monitor)
Add a Column entity which column name is "monitor" to the Row entity of
attributes.
|
void |
setMtu(Set<Long> mtu)
Add a Column entity which column name is "mtu" to the Row entity of
attributes.
|
void |
setName(String name)
Add a Column entity which column name is "name" to the Row entity of
attributes.
|
void |
setOpenFlowPort(Set<Long> openFlowPort)
Add a Column entity which column name is "ofport" to the Row entity of
attributes.
|
void |
setOpenFlowPortRequest(String openFlowPortRequest)
Add a Column entity which column name is "ofport_request" to the Row
entity of attributes.
|
void |
setOptions(Map<String,String> options)
Add a Column entity which column name is "options" to the Row entity of
attributes.
|
void |
setOtherConfig(Map<String,String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setStatistics(Map<String,Long> statistics)
Add a Column entity which column name is "statistics" to the Row entity
of attributes.
|
void |
setStatus(Map<String,String> status)
Add a Column entity which column name is "status" to the Row entity of
attributes.
|
void |
setType(String type)
Add a Column entity which column name is "type" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Interface(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getNameColumn()
public void setName(String name)
name - the column data which column name is "name"public String getName()
public Column getTypeColumn()
public void setType(String type)
type - the column data which column name is "type"public Column getOptionsColumn()
public void setOptions(Map<String,String> options)
options - the column data which column name is "options"public Column getIngressPolicingRateColumn()
public void setIngressPolicingRate(Set<Long> ingressPolicingRate)
ingressPolicingRate - the column data which column name is
"ingress_policing_rate"public Column getIngressPolicingBurstColumn()
public void setIngressPolicingBurst(Set<Long> ingressPolicingBurst)
ingressPolicingBurst - the column data which column name is
"ingress_policing_burst"public Column getMacInUseColumn()
public void setMacInUse(Set<String> macInUse)
macInUse - the column data which column name is "mac_in_use"public Column getMacColumn()
public void setMac(Set<String> mac)
mac - the column data which column name is "mac"public Column getIfIndexColumn()
public void setIfIndex(Long ifIndex)
ifIndex - the column data which column name is "ifindex"public Column getExternalIdsColumn()
public void setExternalIds(Map<String,String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getOpenFlowPortColumn()
public void setOpenFlowPort(Set<Long> openFlowPort)
openFlowPort - the column data which column name is "ofport"public Column getOpenFlowPortRequestColumn()
public void setOpenFlowPortRequest(String openFlowPortRequest)
openFlowPortRequest - the column data which column name is
"ofport_request"public Column getBfdColumn()
public void setBfd(Map<String,String> bfd)
bfd - the column data which column name is "bfd"public Column getBfdStatusColumn()
public void setBfdStatus(Map<String,String> bfdStatus)
bfdStatus - the column data which column name is "bfd_status"public Column getMonitorColumn()
public void setMonitor(String monitor)
monitor - the column data which column name is "monitor"public Column getCfmMpidColumn()
public void setCfmMpid(Set<Long> cfmMpid)
cfmMpid - the column data which column name is "cfm_mpid"public Column getCfmRemoteMpidColumn()
public void setCfmRemoteMpid(Set<Long> cfmRemoteMpid)
cfmRemoteMpid - the column data which column name is
"cfm_remote_mpid"public Column getCfmRemoteMpidsColumn()
public void setCfmRemoteMpids(Set<Long> cfmRemoteMpids)
cfmRemoteMpids - the column data which column name is
"cfm_remote_mpids"public Column getCfmFlapCountColumn()
public void setCfmFlapCount(Set<Long> cfmFlapCount)
cfmFlapCount - the column data which column name is "cfm_flap_count"public Column getCfmFaultColumn()
public void setCfmFault(Set<Boolean> cfmFault)
cfmFault - the column data which column name is "cfm_fault"public Column getCfmFaultStatusColumn()
public void setCfmFaultStatus(Set<String> cfmFaultStatus)
cfmFaultStatus - the column data which column name is
"cfm_fault_status"public Column getCfmRemoteOpStateColumn()
public void setCfmRemoteOpState(Set<String> cfmRemoteOpState)
cfmRemoteOpState - the column data which column name is
"cfm_remote_opstate"public Column getCfmHealthColumn()
public void setCfmHealth(Set<Long> cfmHealth)
cfmHealth - the column data which column name is "cfm_health"public Column getLacpCurrentColumn()
public void setLacpCurrent(Set<Boolean> lacpCurrent)
lacpCurrent - the column data which column name is "lacp_current"public Column getOtherConfigColumn()
public void setOtherConfig(Map<String,String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getStatisticsColumn()
public void setStatistics(Map<String,Long> statistics)
statistics - the column data which column name is "statistics"public Column getStatusColumn()
public void setStatus(Map<String,String> status)
status - the column data which column name is "status"public Column getAdminStateColumn()
public void setAdminState(Set<String> adminState)
adminState - the column data which column name is "admin_state"public Column getLinkStateColumn()
public void setLinkState(Map<String,String> linkState)
linkState - the column data which column name is "link_state"public Column getLinkResetsColumn()
public void setLinkResets(Set<String> linkResets)
linkResets - the column data which column name is "link_resets"public Column getLinkSpeedColumn()
public void setLinkSpeed(Set<Long> linkSpeed)
linkSpeed - the column data which column name is "link_speed"public Column getDuplexColumn()
public void setDuplex(Set<Long> duplex)
duplex - the column data which column name is "duplex"public Column getMtuColumn()
public void setMtu(Set<Long> mtu)
mtu - the column data which column name is "mtu"public Column getErrorColumn()