public class PropertyWithDeploymentContext
extends java.lang.Object
| Constructor and Description |
|---|
PropertyWithDeploymentContext(com.netflix.config.DeploymentContext.ContextKey contextKey,
java.lang.String contextValue,
java.lang.String propertyName,
java.lang.String propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
com.netflix.config.DeploymentContext.ContextKey |
getContextKey() |
java.lang.String |
getContextValue() |
java.lang.String |
getPropertyName() |
java.lang.String |
getPropertyValue() |
int |
hashCode() |
public PropertyWithDeploymentContext(com.netflix.config.DeploymentContext.ContextKey contextKey,
java.lang.String contextValue,
java.lang.String propertyName,
java.lang.String propertyValue)
public com.netflix.config.DeploymentContext.ContextKey getContextKey()
public java.lang.String getContextValue()
public java.lang.String getPropertyName()
public java.lang.String getPropertyValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object