public class RockerOfDpaFlowKey extends QApiType
QApiTypeDescriptor{name=RockerOfDpaFlowKey, data={priority=uint32, tbl-id=uint32, *in-pport=uint32, *tunnel-id=uint32, *vlan-id=uint16, *eth-type=uint16, *eth-src=str, *eth-dst=str, *ip-proto=uint8, *ip-tos=uint8, *ip-dst=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
ethDst |
String |
ethSrc |
Integer |
ethType |
Long |
inPport |
String |
ipDst |
char |
ipProto |
char |
ipTos |
long |
priority |
long |
tblId |
Long |
tunnelId |
Integer |
vlanId |
Constructor and Description |
---|
RockerOfDpaFlowKey() |
RockerOfDpaFlowKey(long priority,
long tblId,
Long inPport,
Long tunnelId,
Integer vlanId,
Integer ethType,
String ethSrc,
String ethDst,
char ipProto,
char ipTos,
String ipDst) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
RockerOfDpaFlowKey |
withEthDst(String value) |
RockerOfDpaFlowKey |
withEthSrc(String value) |
RockerOfDpaFlowKey |
withEthType(Integer value) |
RockerOfDpaFlowKey |
withInPport(Long value) |
RockerOfDpaFlowKey |
withIpDst(String value) |
RockerOfDpaFlowKey |
withIpProto(char value) |
RockerOfDpaFlowKey |
withIpTos(char value) |
RockerOfDpaFlowKey |
withPriority(long value) |
RockerOfDpaFlowKey |
withTblId(long value) |
RockerOfDpaFlowKey |
withTunnelId(Long value) |
RockerOfDpaFlowKey |
withVlanId(Integer value) |
toString
@CheckForNull public Long inPport
@CheckForNull public Long tunnelId
@CheckForNull public Integer vlanId
@CheckForNull public Integer ethType
@CheckForNull public String ethSrc
@CheckForNull public String ethDst
@CheckForNull public char ipProto
@CheckForNull public char ipTos
@CheckForNull public String ipDst
public RockerOfDpaFlowKey()
@Nonnull public RockerOfDpaFlowKey withPriority(long value)
@Nonnull public RockerOfDpaFlowKey withTblId(long value)
@Nonnull public RockerOfDpaFlowKey withInPport(Long value)
@Nonnull public RockerOfDpaFlowKey withTunnelId(Long value)
@Nonnull public RockerOfDpaFlowKey withVlanId(Integer value)
@Nonnull public RockerOfDpaFlowKey withEthType(Integer value)
@Nonnull public RockerOfDpaFlowKey withEthSrc(String value)
@Nonnull public RockerOfDpaFlowKey withEthDst(String value)
@Nonnull public RockerOfDpaFlowKey withIpProto(char value)
@Nonnull public RockerOfDpaFlowKey withIpTos(char value)
@Nonnull public RockerOfDpaFlowKey withIpDst(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException