java.lang.Object |
↳ |
org.mule.module.s3.model.Owner |
Class Overview
Represents the owner of an Amazon S3 bucket.
Summary
Public Constructors |
|
Owner()
Constructs a new Owner without specifying an ID or display name.
|
|
Owner(String id, String displayName)
Constructs a new Owner with the specified ID and display name.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
3545685213134690647
(0x3134cdea5e3f9957)
Fields
private
String
displayName
Public Constructors
public
Owner
()
Constructs a new Owner
without specifying an ID or display name.
public
Owner
(String id, String displayName)
Constructs a new Owner
with the specified ID and display name.
Parameters
id
| The ID for the owner. |
displayName
| The display name for the owner. |
Public Methods
public
boolean
equals
(Object o)
public
String
getDisplayName
()
Gets the display name of the owner.
Returns
- The display name of the owner.
public
String
getId
()
Gets the ID of the owner.
public
void
setDisplayName
(String name)
Sets the display name of the owner.
Parameters
name
| The display name of the owner. |
public
void
setId
(String id)
Sets the ID of the owner.
public
String
toString
()