public class Owner extends Object implements Serializable
Bucket.| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj)
Checks if the current object equals the specified one.
|
String |
getDisplayName()
Gets the owner's display name
|
String |
getId()
Gets the owner Id.
|
int |
hashCode()
Gets the hash code.
|
void |
setDisplayName(String name)
Sets the owner's display name.
|
void |
setId(String id)
Sets the owner Id.
|
String |
toString()
Serialization the owner information into string, including name and id.
|
public String toString()
public String getId()
public void setId(String id)
id - Owner Id.public String getDisplayName()
public void setDisplayName(String name)
name - Owner's display name.public boolean equals(Object obj)
Copyright © 2020. All Rights Reserved.