public class ListedBucket extends Object implements Serializable
| Constructor and Description |
|---|
ListedBucket() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationDate() |
String |
getExtranetEndpoint() |
String |
getIntranetEndpoint() |
String |
getLocation() |
String |
getName() |
ListedBucket |
setCreationDate(String creationDate) |
ListedBucket |
setExtranetEndpoint(String extranetEndpoint) |
ListedBucket |
setIntranetEndpoint(String intranetEndpoint) |
ListedBucket |
setLocation(String location) |
ListedBucket |
setName(String name) |
String |
toString() |
public String getCreationDate()
public ListedBucket setCreationDate(String creationDate)
public String getName()
public ListedBucket setName(String name)
public String getLocation()
public ListedBucket setLocation(String location)
public String getExtranetEndpoint()
public ListedBucket setExtranetEndpoint(String extranetEndpoint)
public String getIntranetEndpoint()
public ListedBucket setIntranetEndpoint(String intranetEndpoint)
Copyright © 2023. All rights reserved.