public class Bucket extends Object implements Serializable
| Constructor and Description |
|---|
Bucket()
Constructs a bucket without any name specified.
|
Bucket(String name,
Owner owner,
LocalDateTime creationDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LocalDateTime |
getCreationDate()
Gets the bucket's creation date.
|
String |
getName()
Gets the name of the bucket.
|
Owner |
getOwner()
Gets the bucket's owner.
|
int |
hashCode() |
public Bucket()
public Bucket(String name, Owner owner, LocalDateTime creationDate)
public Owner getOwner()
null if the bucket's owner is unknown.null if it is unknown.public LocalDateTime getCreationDate()
null if the creation date is not known.null if not known.public String getName()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.