public final class ChangedMetadata
extends java.lang.Object
implements software.amazon.smithy.model.FromSourceLocation
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey()
Gets the key of the metadata that changed.
|
software.amazon.smithy.model.node.Node |
getNewValue()
Gets the new metadata value for this key.
|
software.amazon.smithy.model.node.Node |
getOldValue()
Gets the old metadata value for this key.
|
software.amazon.smithy.model.SourceLocation |
getSourceLocation() |
int |
hashCode() |
public java.lang.String getKey()
public software.amazon.smithy.model.node.Node getOldValue()
public software.amazon.smithy.model.node.Node getNewValue()
public software.amazon.smithy.model.SourceLocation getSourceLocation()
getSourceLocation in interface software.amazon.smithy.model.FromSourceLocationpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object