Class GetSignedCookiesUrlTaskParameters
java.lang.Object
org.duracloud.s3storageprovider.dto.GetSignedCookiesUrlTaskParameters
- Author:
- Bill Branan Date: Aug 6, 2018
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCan be used as the value of the minutesToExpire parameter to indicate that the default value should be used -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String taskParameters) Parses properties from task parameter stringintCreates a serialized version of task parametersvoidsetIpAddress(String ipAddress) voidsetMinutesToExpire(int minutesToExpire) voidsetRedirectUrl(String redirectUrl) voidsetSpaceId(String spaceId)
-
Field Details
-
USE_DEFAULT_MINUTES_TO_EXPIRE
public static final int USE_DEFAULT_MINUTES_TO_EXPIRECan be used as the value of the minutesToExpire parameter to indicate that the default value should be used- See Also:
-
-
Constructor Details
-
GetSignedCookiesUrlTaskParameters
public GetSignedCookiesUrlTaskParameters()
-
-
Method Details
-
getSpaceId
-
setSpaceId
-
getMinutesToExpire
public int getMinutesToExpire() -
setMinutesToExpire
public void setMinutesToExpire(int minutesToExpire) -
getIpAddress
-
setIpAddress
-
getRedirectUrl
-
setRedirectUrl
-
serialize
Creates a serialized version of task parameters- Returns:
- JSON formatted task result info
-
deserialize
Parses properties from task parameter string- Parameters:
taskParameters- - JSON formatted set of parameters
-