public final class IpFlowProtocol extends ExpandableStringEnum<IpFlowProtocol>
| Modifier and Type | Field and Description |
|---|---|
static IpFlowProtocol |
TCP
Static value TCP for IpFlowProtocol.
|
static IpFlowProtocol |
UDP
Static value UDP for IpFlowProtocol.
|
| Constructor and Description |
|---|
IpFlowProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static IpFlowProtocol |
fromString(String name)
Creates or finds a IpFlowProtocol from its string representation.
|
static Collection<IpFlowProtocol> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final IpFlowProtocol TCP
public static final IpFlowProtocol UDP
public static IpFlowProtocol fromString(String name)
name - a name to look forpublic static Collection<IpFlowProtocol> values()
Copyright © 2019. All rights reserved.