Class PutRequest


  • public class PutRequest
    extends CfdpRequest
    A Put.request is a primitive that requests data delivery from a source to a destination
    • Constructor Detail

      • PutRequest

        public PutRequest​(long sourceId,
                          long destinationId,
                          String objectName,
                          String targetPath,
                          boolean overwrite,
                          boolean acknowledged,
                          boolean closureRequested,
                          boolean createpath,
                          Bucket b,
                          byte[] data)
    • Method Detail

      • getSourceId

        public long getSourceId()
      • getDestinationId

        public long getDestinationId()
      • getObjectName

        public String getObjectName()
      • getTargetPath

        public String getTargetPath()
      • getFileLength

        public int getFileLength()
      • getChecksum

        public long getChecksum()
      • getFileData

        public byte[] getFileData()
      • getBucket

        public Bucket getBucket()
      • getOverwrite

        public boolean getOverwrite()
      • isAcknowledged

        public boolean isAcknowledged()
      • getCreatePath

        public boolean getCreatePath()
      • isClosureRequested

        public boolean isClosureRequested()
      • setClosureRequested

        public void setClosureRequested​(boolean closureRequested)