public class MOVEitMessageInfo.MOVEitMessageAttachment
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
MOVEitFileInfo |
getFileInfo()
File information object describing an attachment on the MOVEit Transfer server.
|
java.lang.String |
getID()
Tracking ID of attachment file, if it is currently on the MOVEit Transfer server.
|
byte[] |
getLocalData()
Data contents of attachment file, if object describes a locally provided file.
|
java.lang.String |
getLocalPath()
Local path of attachment file, if object describes a locally available file.
|
java.lang.String |
getName()
Name of attachment file.
|
int |
getRemainingDownloads()
Number of downloads remaining for an attachment, if a limit has been set.
|
boolean |
hasData()
Determines whether the object describes a local attachment file for which
the data content has been provided.
|
boolean |
isLocal()
Determines whether the attachment file described by the object is local.
|
public java.lang.String getID()
null
public java.lang.String getName()
public java.lang.String getLocalPath()
null
public byte[] getLocalData()
Note: Data of an attachment file on the MOVEit Transfer server will not be available via this property. A file download must be executed to access server data.
null
public MOVEitFileInfo getFileInfo()
null
public int getRemainingDownloads()
-1
public boolean isLocal()
true
if attachment file is local; otherwise, false
public boolean hasData()
getLocalData()
method.true
if attachment file is local and data content is available; otherwise, false