|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.services.bos.model.Referer
public class Referer
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 |
---|
public Referer()
Method Detail |
---|
public List<String> getStringLike()
public void setStringLike(List<String> stringLike)
stringLike
- The stringLike of Bucket Acl Condition Referer.public Referer withStringLike(List<String> stringLike)
stringLike
- The stringLike of Bucket Acl Condition Referer.
public List<String> getStringEquals()
public void setStringEquals(List<String> stringEquals)
stringEquals
- The stringEquals of Bucket Acl Condition Referer.public Referer withStringEquals(List<String> stringEquals)
stringEquals
- The stringEquals of Bucket Acl Condition Referer.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |