类 NotResource
- java.lang.Object
-
- com.baidubce.services.bos.model.NotResource
-
public class NotResource extends Object
notResource of Bucket Acl. Resource Affected by ACL Configuration Items. Indicates setting access to a resource except the one specified by notResource.
-
-
构造器概要
构造器 构造器 说明 NotResource()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getNotResource()Gets the notResource of Bucket Acl.voidsetNotResource(List<String> notResource)Sets the notResource of Bucket Acl.NotResourcewithNotResource(List<String> notResource)Sets the notResource of Bucket Acl.
-
-
-
方法详细资料
-
getNotResource
public List<String> getNotResource()
Gets the notResource of Bucket Acl.- 返回:
- the notResource of Bucket Acl.
-
setNotResource
public void setNotResource(List<String> notResource)
Sets the notResource of Bucket Acl.- 参数:
notResource- The resources of Bucket Acl.
-
withNotResource
public NotResource withNotResource(List<String> notResource)
Sets the notResource of Bucket Acl.- 参数:
notResource- The resources of Bucket Acl.- 返回:
- this Object.
-
-