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