Package fr.gouv.vitam.common.json
Class Difference.DiffNode<T>
- java.lang.Object
-
- fr.gouv.vitam.common.json.Difference.DiffNode<T>
-
- Enclosing class:
- Difference<T>
public static class Difference.DiffNode<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringmetadataNameTnewMetadataValueToldMetadataValue
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Difference.DiffNodeempty()booleanequals(java.lang.Object o)java.lang.StringgetMetadataName()TgetNewMetadataValue()TgetOldMetadataValue()inthashCode()booleanisEmpty()booleanisNotEmpty()
-
-
-
Method Detail
-
empty
public static Difference.DiffNode empty()
-
isEmpty
public boolean isEmpty()
-
isNotEmpty
public boolean isNotEmpty()
-
getMetadataName
public java.lang.String getMetadataName()
-
getOldMetadataValue
public T getOldMetadataValue()
-
getNewMetadataValue
public T getNewMetadataValue()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-