public class Bucket extends Object implements Serializable
Constructor and Description |
---|
Bucket()
Constructs a bucket without any name specified.
|
Bucket(String name,
Owner owner,
Date creationDate)
Creates a bucket with a name.
|
public String toString()
toString
in class Object
Object.toString()
public Owner getOwner()
null
if the bucket's owner is unknown.null
if it is unknown.public Date getCreationDate()
null
if the creation date is not known.null
if not known.public String getName()
Copyright © 2010–2016. All rights reserved.