public abstract class PropertySoftDeleteMutation extends Object implements Comparable<PropertySoftDeleteMutation>
| Constructor and Description |
|---|
PropertySoftDeleteMutation() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertySoftDeleteMutation that) |
boolean |
equals(Object o) |
abstract String |
getKey() |
abstract String |
getName() |
abstract Long |
getTimestamp() |
abstract Visibility |
getVisibility() |
int |
hashCode() |
String |
toString() |
public abstract String getKey()
public abstract String getName()
public abstract Long getTimestamp()
public abstract Visibility getVisibility()
public int compareTo(PropertySoftDeleteMutation that)
compareTo in interface Comparable<PropertySoftDeleteMutation>Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.