public static interface TCPFlagField.Builder extends SdkPojo, CopyableBuilder<TCPFlagField.Builder,TCPFlagField>
| Modifier and Type | Method and Description |
|---|---|
TCPFlagField.Builder |
flags(Collection<TCPFlag> flags)
Used in conjunction with the
Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. |
TCPFlagField.Builder |
flags(TCPFlag... flags)
Used in conjunction with the
Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. |
TCPFlagField.Builder |
flagsWithStrings(Collection<String> flags)
Used in conjunction with the
Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. |
TCPFlagField.Builder |
flagsWithStrings(String... flags)
Used in conjunction with the
Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. |
TCPFlagField.Builder |
masks(Collection<TCPFlag> masks)
The set of flags to consider in the inspection.
|
TCPFlagField.Builder |
masks(TCPFlag... masks)
The set of flags to consider in the inspection.
|
TCPFlagField.Builder |
masksWithStrings(Collection<String> masks)
The set of flags to consider in the inspection.
|
TCPFlagField.Builder |
masksWithStrings(String... masks)
The set of flags to consider in the inspection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTCPFlagField.Builder flagsWithStrings(Collection<String> flags)
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. This setting can only specify values that are also
specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
flags - Used in conjunction with the Masks setting to define the flags that must be set and flags
that must not be set in order for the packet to match. This setting can only specify values that are
also specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
TCPFlagField.Builder flagsWithStrings(String... flags)
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. This setting can only specify values that are also
specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
flags - Used in conjunction with the Masks setting to define the flags that must be set and flags
that must not be set in order for the packet to match. This setting can only specify values that are
also specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
TCPFlagField.Builder flags(Collection<TCPFlag> flags)
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. This setting can only specify values that are also
specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
flags - Used in conjunction with the Masks setting to define the flags that must be set and flags
that must not be set in order for the packet to match. This setting can only specify values that are
also specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
TCPFlagField.Builder flags(TCPFlag... flags)
Used in conjunction with the Masks setting to define the flags that must be set and flags that
must not be set in order for the packet to match. This setting can only specify values that are also
specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
flags - Used in conjunction with the Masks setting to define the flags that must be set and flags
that must not be set in order for the packet to match. This setting can only specify values that are
also specified in the Masks setting.
For the flags that are specified in the masks setting, the following must be true for the packet to match:
The ones that are set in this flags setting must be set in the packet.
The ones that are not set in this flags setting must also not be set in the packet.
TCPFlagField.Builder masksWithStrings(Collection<String> masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
masks - The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave
this with no setting.TCPFlagField.Builder masksWithStrings(String... masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
masks - The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave
this with no setting.TCPFlagField.Builder masks(Collection<TCPFlag> masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
masks - The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave
this with no setting.TCPFlagField.Builder masks(TCPFlag... masks)
The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.
masks - The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave
this with no setting.Copyright © 2023. All rights reserved.