public static final class ModelVersionChange.UpdateUri extends java.lang.Object implements ModelVersionChange
ModelVersionChange.RemoveProperty, ModelVersionChange.SetProperty, ModelVersionChange.UpdateComment, ModelVersionChange.UpdateUri
Constructor and Description |
---|
UpdateUri(java.lang.String newUri)
Creates a new
ModelVersionChange.UpdateUri instance with the specified new uri. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this UpdateUri instance with another object for equality.
|
int |
hashCode()
Generates a hash code for this UpdateUri instance.
|
java.lang.String |
newUri()
Returns the new uri to be set for the model version.
|
java.lang.String |
toString()
Provides a string representation of the UpdateUri instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
removeProperty, setProperty, updateComment, updateUri
public UpdateUri(java.lang.String newUri)
ModelVersionChange.UpdateUri
instance with the specified new uri.newUri
- The new uri to be set for the model version.public java.lang.String newUri()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The object to compare with this instance.true
if the given object represents the same model update operation; false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object