|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.services.bos.model.NotResource
public class NotResource
notResource of Bucket Acl. Resource Affected by ACL Configuration Items. Indicates setting access to a resource except the one specified by notResource.
Constructor Summary | |
---|---|
NotResource()
|
Method Summary | |
---|---|
List<String> |
getNotResource()
Gets the notResource of Bucket Acl. |
void |
setNotResource(List<String> notResource)
Sets the notResource of Bucket Acl. |
NotResource |
withNotResource(List<String> notResource)
Sets the notResource of Bucket Acl. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotResource()
Method Detail |
---|
public List<String> getNotResource()
public void setNotResource(List<String> notResource)
notResource
- The resources of Bucket Acl.public NotResource withNotResource(List<String> notResource)
notResource
- The resources of Bucket Acl.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |