Class GetSignedCookiesUrlTaskResult

java.lang.Object
org.duracloud.s3storageprovider.dto.GetSignedCookiesUrlTaskResult

public class GetSignedCookiesUrlTaskResult extends Object
Author:
Bill Branan Date: Aug 6, 2018
  • Constructor Details

    • GetSignedCookiesUrlTaskResult

      public GetSignedCookiesUrlTaskResult()
  • Method Details

    • getSignedCookiesUrl

      public String getSignedCookiesUrl()
    • setSignedCookiesUrl

      public void setSignedCookiesUrl(String signedCookiesUrl)
    • serialize

      public String serialize()
      Creates a serialized version of task results
      Returns:
      JSON formatted task result info
    • deserialize

      public static GetSignedCookiesUrlTaskResult deserialize(String taskResult)
      Parses properties from task result
      Parameters:
      taskResult - - JSON formatted set of properties