|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.services.bos.model.Resource
public class Resource
resources of Bucket Acl. Resources Affected by ACL Configuration Items. Indicates to set access to the resources specified by resource.
Constructor Summary | |
---|---|
Resource()
Constructs a void constructor for Resource. |
|
Resource(List<String> resource)
Constructs a new Resource object for Resource. |
Method Summary | |
---|---|
List<String> |
getResource()
Gets the resources of Bucket Acl. |
void |
setResource(List<String> resource)
Sets the resources of Bucket Acl. |
String |
toString()
|
Resource |
withResource(List<String> resource)
Sets the resources of Bucket Acl. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Resource()
public Resource(List<String> resource)
rule
- Method Detail |
---|
public List<String> getResource()
public void setResource(List<String> resource)
resource
- The resources of Bucket Acl.public Resource withResource(List<String> resource)
resource
- The resources of Bucket Acl.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |