public class RockerOfDpaGroup extends QApiType
QApiTypeDescriptor{name=RockerOfDpaGroup, data={id=uint32, type=uint8, *vlan-id=uint16, *pport=uint32, *index=uint32, *out-pport=uint32, *group-id=uint32, *set-vlan-id=uint16, *pop-vlan=uint8, *group-ids=[uint32], *set-eth-src=str, *set-eth-dst=str, *ttl-check=uint8}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
Long |
groupId |
List<Long> |
groupIds |
long |
id |
Long |
index |
Long |
outPport |
char |
popVlan |
Long |
pport |
String |
setEthDst |
String |
setEthSrc |
Integer |
setVlanId |
char |
ttlCheck |
char |
type |
Integer |
vlanId |
Constructor and Description |
---|
RockerOfDpaGroup() |
RockerOfDpaGroup(long id,
char type,
Integer vlanId,
Long pport,
Long index,
Long outPport,
Long groupId,
Integer setVlanId,
char popVlan,
List<Long> groupIds,
String setEthSrc,
String setEthDst,
char ttlCheck) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
RockerOfDpaGroup |
withGroupId(Long value) |
RockerOfDpaGroup |
withGroupIds(List<Long> value) |
RockerOfDpaGroup |
withId(long value) |
RockerOfDpaGroup |
withIndex(Long value) |
RockerOfDpaGroup |
withOutPport(Long value) |
RockerOfDpaGroup |
withPopVlan(char value) |
RockerOfDpaGroup |
withPport(Long value) |
RockerOfDpaGroup |
withSetEthDst(String value) |
RockerOfDpaGroup |
withSetEthSrc(String value) |
RockerOfDpaGroup |
withSetVlanId(Integer value) |
RockerOfDpaGroup |
withTtlCheck(char value) |
RockerOfDpaGroup |
withType(char value) |
RockerOfDpaGroup |
withVlanId(Integer value) |
toString
@CheckForNull public Integer vlanId
@CheckForNull public Long pport
@CheckForNull public Long index
@CheckForNull public Long outPport
@CheckForNull public Long groupId
@CheckForNull public Integer setVlanId
@CheckForNull public char popVlan
@CheckForNull public List<Long> groupIds
@CheckForNull public String setEthSrc
@CheckForNull public String setEthDst
@CheckForNull public char ttlCheck
public RockerOfDpaGroup()
@Nonnull public RockerOfDpaGroup withId(long value)
@Nonnull public RockerOfDpaGroup withType(char value)
@Nonnull public RockerOfDpaGroup withVlanId(Integer value)
@Nonnull public RockerOfDpaGroup withPport(Long value)
@Nonnull public RockerOfDpaGroup withIndex(Long value)
@Nonnull public RockerOfDpaGroup withOutPport(Long value)
@Nonnull public RockerOfDpaGroup withGroupId(Long value)
@Nonnull public RockerOfDpaGroup withSetVlanId(Integer value)
@Nonnull public RockerOfDpaGroup withPopVlan(char value)
@Nonnull public RockerOfDpaGroup withGroupIds(List<Long> value)
@Nonnull public RockerOfDpaGroup withSetEthSrc(String value)
@Nonnull public RockerOfDpaGroup withSetEthDst(String value)
@Nonnull public RockerOfDpaGroup withTtlCheck(char value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException