Class StagingLocation


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class StagingLocation
    extends Object
    location for placing an object when staging it
    • Constructor Detail

      • StagingLocation

        public StagingLocation()
    • Method Detail

      • getPhysicalAddress

        @Nullable
        public String getPhysicalAddress()
        Get physicalAddress
        Returns:
        physicalAddress
      • setPhysicalAddress

        public void setPhysicalAddress​(String physicalAddress)
      • getPresignedUrl

        @Nullable
        public String getPresignedUrl()
        if presign=true is passed in the request, this field will contain a pre-signed URL to use when uploading
        Returns:
        presignedUrl
      • setPresignedUrl

        public void setPresignedUrl​(String presignedUrl)
      • getPresignedUrlExpiry

        @Nullable
        public Long getPresignedUrlExpiry()
        If present and nonzero, physical_address is a pre-signed URL and will expire at this Unix Epoch time. This will be shorter than the pre-signed URL lifetime if an authentication token is about to expire. This field is *optional*.
        Returns:
        presignedUrlExpiry
      • setPresignedUrlExpiry

        public void setPresignedUrlExpiry​(Long presignedUrlExpiry)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object