public class Condition extends Object
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIpAddress()
Gets ipAddress of Bucket Acl, just for Bucket Acl json
|
List<String> |
getNotIpAddress()
Gets notIpAddress of Bucket Acl, just for Bucket Acl json
|
Referer |
getReferer()
Gets referer of Bucket Acl.
|
Time |
getTime()
Gets time of Bucket Lifecycle.
|
boolean |
isSecureTransport()
Gets secureTransport of Bucket Acl.
|
void |
setIpAddress(List<String> ipAddress)
Sets ipAddress of Bucket Acl, just for Bucket Acl json
|
void |
setNotIpAddress(List<String> notIpAddress)
Sets notIpAddress of Bucket Acl, just for Bucket Acl json
|
void |
setReferer(Referer referer)
Sets referer of Bucket Acl.
|
void |
setSecureTransport(boolean secureTransport)
Sets secureTransport of Bucket Acl.
|
void |
setTime(Time time)
Sets time of Bucket Lifecycle.
|
String |
toString() |
Condition |
withIpAddress(List<String> ipAddress)
Sets ipAddress of Bucket Acl, just for Bucket Acl json
|
Condition |
withNotIpAddress(List<String> notIpAddress)
Sets notIpAddress of Bucket Acl, just for Bucket Acl json
|
Condition |
withReferer(Referer referer)
Sets referer of Bucket Acl.
|
Condition |
withSecureTransport(boolean secureTransport)
Sets secureTransport of Bucket Acl.
|
Condition |
withTime(Time time)
Sets time of Bucket Lifecycle.
|
public Time getTime()
public void setTime(Time time)
time - The time of Bucket Lifecycle.public Condition withTime(Time time)
time - The time of Bucket Lifecycle.public List<String> getNotIpAddress()
public void setNotIpAddress(List<String> notIpAddress)
notIpAddress - The ipAddress of Bucket Acl.public Condition withNotIpAddress(List<String> notIpAddress)
notIpAddress - The ipAddress of Bucket Acl.public List<String> getIpAddress()
public void setIpAddress(List<String> ipAddress)
ipAddress - The ipAddress of Bucket Acl.public Condition withIpAddress(List<String> ipAddress)
ipAddress - The ipAddress of Bucket Acl.public Referer getReferer()
public void setReferer(Referer referer)
referer - The referer of Bucket Acl.public Condition withReferer(Referer referer)
referer - The referer of Bucket Acl.public boolean isSecureTransport()
public void setSecureTransport(boolean secureTransport)
secureTransport - public Condition withSecureTransport(boolean secureTransport)
secureTransport - The secureTransport of Bucket AclCopyright © 2024. All rights reserved.