public abstract class AbstractCommon extends AbstractNamed implements WithJSONOperations
Modifier | Constructor and Description |
---|---|
protected |
AbstractCommon(CharSequence name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toDescription() |
String |
toJSONString(boolean pretty) |
String |
toString() |
getName, setName
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toJSONString
protected AbstractCommon(@NonNull CharSequence name)
@NonNull public String toDescription()
toDescription
in interface WithDescription
toDescription
in class AbstractNamed
@NonNull public String toString()
toString
in class AbstractNamed
public int hashCode()
hashCode
in class AbstractNamed
public boolean equals(Object other)
equals
in class AbstractNamed
@NonNull public String toJSONString(boolean pretty) throws MinioDataException
toJSONString
in interface WithJSONOperations
MinioDataException