public final class IngressIdentifier<T>
extends java.lang.Object
implements java.io.Serializable
IngressSpec.| Constructor and Description |
|---|
IngressIdentifier(java.lang.Class<T> producedType,
java.lang.String namespace,
java.lang.String name)
Creates an
IngressIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
name()
Returns the name of the ingress.
|
java.lang.String |
namespace()
Returns the namespace of the ingress.
|
java.lang.Class<T> |
producedType()
Returns the type of messages produced by the ingress.
|
java.lang.String |
toString() |
public IngressIdentifier(java.lang.Class<T> producedType, java.lang.String namespace, java.lang.String name)
IngressIdentifier.producedType - the type of messages produced by the ingress.namespace - the namespace of the ingress.name - the name of the ingress.public java.lang.String namespace()
public java.lang.String name()
public java.lang.Class<T> producedType()
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–2021 The Apache Software Foundation. All rights reserved.