public class RockerOfDpaFlowAction extends QApiType
QApiTypeDescriptor{name=RockerOfDpaFlowAction, data={*goto-tbl=uint32, *group-id=uint32, *tunnel-lport=uint32, *vlan-id=uint16, *new-vlan-id=uint16, *out-pport=uint32}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
Long |
gotoTbl |
Long |
groupId |
Integer |
newVlanId |
Long |
outPport |
Long |
tunnelLport |
Integer |
vlanId |
Constructor and Description |
---|
RockerOfDpaFlowAction() |
RockerOfDpaFlowAction(Long gotoTbl,
Long groupId,
Long tunnelLport,
Integer vlanId,
Integer newVlanId,
Long outPport) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
RockerOfDpaFlowAction |
withGotoTbl(Long value) |
RockerOfDpaFlowAction |
withGroupId(Long value) |
RockerOfDpaFlowAction |
withNewVlanId(Integer value) |
RockerOfDpaFlowAction |
withOutPport(Long value) |
RockerOfDpaFlowAction |
withTunnelLport(Long value) |
RockerOfDpaFlowAction |
withVlanId(Integer value) |
toString
@CheckForNull public Long gotoTbl
@CheckForNull public Long groupId
@CheckForNull public Long tunnelLport
@CheckForNull public Integer vlanId
@CheckForNull public Integer newVlanId
@CheckForNull public Long outPport
public RockerOfDpaFlowAction()
@Nonnull public RockerOfDpaFlowAction withGotoTbl(Long value)
@Nonnull public RockerOfDpaFlowAction withGroupId(Long value)
@Nonnull public RockerOfDpaFlowAction withTunnelLport(Long value)
@Nonnull public RockerOfDpaFlowAction withVlanId(Integer value)
@Nonnull public RockerOfDpaFlowAction withNewVlanId(Integer value)
@Nonnull public RockerOfDpaFlowAction withOutPport(Long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException