public abstract class MinioCommon extends AbstractCommon
Modifier | Constructor and Description |
---|---|
protected |
MinioCommon(CharSequence name,
CharSequence buck,
CharSequence etag,
long size) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getBucket() |
String |
getEtag() |
long |
getSize() |
int |
hashCode() |
String |
toDescription() |
toJSONString, toString
getName, setName
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toJSONString
protected MinioCommon(@NonNull CharSequence name, @NonNull CharSequence buck, @Nullable CharSequence etag, long size)
public long getSize()
@NonNull public String toDescription()
toDescription
in interface WithDescription
toDescription
in class AbstractCommon
public int hashCode()
hashCode
in class AbstractCommon
public boolean equals(Object other)
equals
in class AbstractCommon