public final class EgressType
extends java.lang.Object
This is used by the system to translate an EgressSpec to a physical runtime-specific
representation.
| Constructor and Description |
|---|
EgressType(java.lang.String namespace,
java.lang.String type)
Creates an
EgressType. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
namespace()
Returns the namespace of this egress type.
|
java.lang.String |
toString() |
java.lang.String |
type()
Returns the name of this egress type.
|
public EgressType(java.lang.String namespace,
java.lang.String type)
EgressType.namespace - the type's namespace.type - the type's name.public java.lang.String namespace()
public java.lang.String type()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.