public class GetSignedCookiesUrlTaskParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
USE_DEFAULT_MINUTES_TO_EXPIRE
Can be used as the value of the minutesToExpire parameter
to indicate that the default value should be used
|
| Constructor and Description |
|---|
GetSignedCookiesUrlTaskParameters() |
| Modifier and Type | Method and Description |
|---|---|
static GetSignedCookiesUrlTaskParameters |
deserialize(String taskParameters)
Parses properties from task parameter string
|
String |
getIpAddress() |
int |
getMinutesToExpire() |
String |
getRedirectUrl() |
String |
getSpaceId() |
String |
serialize()
Creates a serialized version of task parameters
|
void |
setIpAddress(String ipAddress) |
void |
setMinutesToExpire(int minutesToExpire) |
void |
setRedirectUrl(String redirectUrl) |
void |
setSpaceId(String spaceId) |
public static final int USE_DEFAULT_MINUTES_TO_EXPIRE
public String getSpaceId()
public void setSpaceId(String spaceId)
public int getMinutesToExpire()
public void setMinutesToExpire(int minutesToExpire)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
public String serialize()
public static GetSignedCookiesUrlTaskParameters deserialize(String taskParameters)
taskParameters - - JSON formatted set of parametersCopyright © 2009–2019 DuraSpace. All rights reserved.