com.baidubce.services.bos.model
Class Referer

java.lang.Object
  extended by com.baidubce.services.bos.model.Referer

public class Referer
extends Object

For Bucket Acl Condition. Identifies the referer that is granted access permission.


Constructor Summary
Referer()
           
 
Method Summary
 List<String> getStringEquals()
          Gets the stringEquals of Bucket Acl Condition Referer.
 List<String> getStringLike()
          Gets the stringLike of Bucket Acl Condition Referer.
 void setStringEquals(List<String> stringEquals)
          Sets the stringEquals of Bucket Acl Condition Referer.
 void setStringLike(List<String> stringLike)
          Sets the stringLike of Bucket Acl Condition Referer.
 String toString()
           
 Referer withStringEquals(List<String> stringEquals)
          Sets the stringEquals of Bucket Acl Condition Referer.
 Referer withStringLike(List<String> stringLike)
          Sets the stringLike of Bucket Acl Condition Referer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Referer

public Referer()
Method Detail

getStringLike

public List<String> getStringLike()
Gets the stringLike of Bucket Acl Condition Referer.

Returns:
the stringLike of Bucket Acl Condition Referer.

setStringLike

public void setStringLike(List<String> stringLike)
Sets the stringLike of Bucket Acl Condition Referer.

Parameters:
stringLike - The stringLike of Bucket Acl Condition Referer.

withStringLike

public Referer withStringLike(List<String> stringLike)
Sets the stringLike of Bucket Acl Condition Referer.

Parameters:
stringLike - The stringLike of Bucket Acl Condition Referer.
Returns:
this object.

getStringEquals

public List<String> getStringEquals()
Gets the stringEquals of Bucket Acl Condition Referer.

Returns:
the stringEquals of Bucket Acl Condition Referer.

setStringEquals

public void setStringEquals(List<String> stringEquals)
Sets the stringEquals of Bucket Acl Condition Referer.

Parameters:
stringEquals - The stringEquals of Bucket Acl Condition Referer.

withStringEquals

public Referer withStringEquals(List<String> stringEquals)
Sets the stringEquals of Bucket Acl Condition Referer.

Parameters:
stringEquals - The stringEquals of Bucket Acl Condition Referer.
Returns:
this object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.