public class RecordObsFileAddr extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordObsFileAddr.LocationEnum
OBS Bucket所在RegionID
|
| Constructor and Description |
|---|
RecordObsFileAddr() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBucket()
OBS的bucket名称
|
RecordObsFileAddr.LocationEnum |
getLocation()
OBS Bucket所在RegionID
|
String |
getObject()
OBS对象路径,遵守OBS Object定义。如果为空则保存到根目录
|
String |
getProjectId()
OBS Bucket所在Region的项目ID
|
int |
hashCode() |
void |
setBucket(String bucket) |
void |
setLocation(RecordObsFileAddr.LocationEnum location) |
void |
setObject(String _object) |
void |
setProjectId(String projectId) |
String |
toString() |
RecordObsFileAddr |
withBucket(String bucket) |
RecordObsFileAddr |
withLocation(RecordObsFileAddr.LocationEnum location) |
RecordObsFileAddr |
withObject(String _object) |
RecordObsFileAddr |
withProjectId(String projectId) |
public RecordObsFileAddr withLocation(RecordObsFileAddr.LocationEnum location)
public RecordObsFileAddr.LocationEnum getLocation()
public void setLocation(RecordObsFileAddr.LocationEnum location)
public RecordObsFileAddr withProjectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public RecordObsFileAddr withBucket(String bucket)
public String getBucket()
public void setBucket(String bucket)
public RecordObsFileAddr withObject(String _object)
public String getObject()
public void setObject(String _object)
Copyright © 2021. All rights reserved.