类 Referer
- java.lang.Object
-
- com.baidubce.services.bos.model.Referer
-
public class Referer extends Object
For Bucket Acl Condition. Identifies the referer that is granted access permission.
-
-
构造器概要
构造器 构造器 说明 Referer()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getStringEquals()Gets the stringEquals of Bucket Acl Condition Referer.List<String>getStringLike()Gets the stringLike of Bucket Acl Condition Referer.voidsetStringEquals(List<String> stringEquals)Sets the stringEquals of Bucket Acl Condition Referer.voidsetStringLike(List<String> stringLike)Sets the stringLike of Bucket Acl Condition Referer.StringtoString()RefererwithStringEquals(List<String> stringEquals)Sets the stringEquals of Bucket Acl Condition Referer.RefererwithStringLike(List<String> stringLike)Sets the stringLike of Bucket Acl Condition Referer.
-
-
-
方法详细资料
-
getStringLike
public List<String> getStringLike()
Gets the stringLike of Bucket Acl Condition Referer.- 返回:
- the stringLike of Bucket Acl Condition Referer.
-
setStringLike
public void setStringLike(List<String> stringLike)
Sets the stringLike of Bucket Acl Condition Referer.- 参数:
stringLike- The stringLike of Bucket Acl Condition Referer.
-
withStringLike
public Referer withStringLike(List<String> stringLike)
Sets the stringLike of Bucket Acl Condition Referer.- 参数:
stringLike- The stringLike of Bucket Acl Condition Referer.- 返回:
- this object.
-
getStringEquals
public List<String> getStringEquals()
Gets the stringEquals of Bucket Acl Condition Referer.- 返回:
- the stringEquals of Bucket Acl Condition Referer.
-
setStringEquals
public void setStringEquals(List<String> stringEquals)
Sets the stringEquals of Bucket Acl Condition Referer.- 参数:
stringEquals- The stringEquals of Bucket Acl Condition Referer.
-
withStringEquals
public Referer withStringEquals(List<String> stringEquals)
Sets the stringEquals of Bucket Acl Condition Referer.- 参数:
stringEquals- The stringEquals of Bucket Acl Condition Referer.- 返回:
- this object.
-
-