Interface ACLEntry
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetAcleFaultStatus(Map<String, String> acleFaultStatus) voidvoidvoidsetDestMac(Set<String> destMac) voidsetDestMask(Set<String> destMask) voidsetDestPortMax(Set<Long> destPortMax) voidsetDestPortMin(Set<Long> destPortMin) voidsetDirection(Set<String> direction) voidsetEtherType(Set<String> etherType) voidsetIcmpCode(Set<Long> icmpCode) voidsetIcmpType(Set<Long> icmpType) voidsetProtocol(Set<Long> protocol) voidsetSequence(Long sequence) voidsetSourceIp(Set<String> sourceIp) voidsetSourceMac(Set<String> sourceMac) voidsetSourceMask(Set<String> sourceMask) voidsetSourcePortMax(Set<Long> sourcePortMax) voidsetSourcePortMin(Set<Long> sourcePortMin) voidsetTcpFlags(Set<Long> tcpFlags) voidsetTcpFlagsMask(Set<Long> tcpFlagsMask) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn 
- 
Method Details
- 
getSequenceColumn
Column<GenericTableSchema,Long> getSequenceColumn() - 
setSequence
 - 
getSourceMacColumn
Column<GenericTableSchema,Set<String>> getSourceMacColumn() - 
setSourceMac
 - 
getDestMacColumn
Column<GenericTableSchema,Set<String>> getDestMacColumn() - 
setDestMac
 - 
getEtherTypeColumn
Column<GenericTableSchema,Set<String>> getEtherTypeColumn() - 
setEtherType
 - 
getSourceIpColumn
Column<GenericTableSchema,Set<String>> getSourceIpColumn() - 
setSourceIp
 - 
getSourceMaskColumn
Column<GenericTableSchema,Set<String>> getSourceMaskColumn() - 
setSourceMask
 - 
getDestIpColumn
Column<GenericTableSchema,Set<String>> getDestIpColumn() - 
setDestIp
 - 
getDestMaskColumn
Column<GenericTableSchema,Set<String>> getDestMaskColumn() - 
setDestMask
 - 
getProtocolColumn
Column<GenericTableSchema,Set<Long>> getProtocolColumn() - 
setProtocol
 - 
getSourcePortMinColumn
Column<GenericTableSchema,Set<Long>> getSourcePortMinColumn() - 
setSourcePortMin
 - 
getSourcePortMaxColumn
Column<GenericTableSchema,Set<Long>> getSourcePortMaxColumn() - 
setSourcePortMax
 - 
getDestPortMinColumn
Column<GenericTableSchema,Set<Long>> getDestPortMinColumn() - 
setDestPortMin
 - 
getDestPortMaxColumn
Column<GenericTableSchema,Set<Long>> getDestPortMaxColumn() - 
setDestPortMax
 - 
getTcpFlagsColumn
Column<GenericTableSchema,Set<Long>> getTcpFlagsColumn() - 
setTcpFlags
 - 
getTcpFlagsMaskColumn
Column<GenericTableSchema,Set<Long>> getTcpFlagsMaskColumn() - 
setTcpFlagsMask
 - 
getIcmpCodeColumn
Column<GenericTableSchema,Set<Long>> getIcmpCodeColumn() - 
setIcmpCode
 - 
getIcmpTypeColumn
Column<GenericTableSchema,Set<Long>> getIcmpTypeColumn() - 
setIcmpType
 - 
getDirectionColumn
Column<GenericTableSchema,Set<String>> getDirectionColumn() - 
setDirection
 - 
getActionColumn
Column<GenericTableSchema,Set<String>> getActionColumn() - 
setAction
 - 
getAcleFaultStatusColumn
Column<GenericTableSchema,Map<String, getAcleFaultStatusColumn()String>>  - 
setAcleFaultStatus
 
 -