|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.services.lss.model.Bos
public class Bos
Represents the BOS information
Constructor Summary | |
---|---|
Bos()
|
Method Summary | |
---|---|
String |
getBucket()
Returns the bucket name. |
String |
getRegion()
Returns the region ID. |
void |
setBucket(String bucket)
Sets the bucket name. |
void |
setRegion(String region)
Sets the region ID. |
String |
toString()
|
Bos |
withBucket(String bucket)
Sets the bucket name. |
Bos |
withRegion(String region)
Sets the region ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Bos()
Method Detail |
---|
public String getBucket()
public void setBucket(String bucket)
bucket
- the bucket namepublic Bos withBucket(String bucket)
bucket
- the bucket name
public String getRegion()
public void setRegion(String region)
region
- the region IDpublic Bos withRegion(String region)
region
- the region ID
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |