public class FileObject extends Object
Constructor and Description |
---|
FileObject(String name,
String location,
FileSize size,
String creationDateTime,
String checksum,
String fileType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAccessUrls() |
String |
getChecksum() |
String |
getCreationDateTime() |
String |
getFileType() |
String |
getLocation() |
String |
getMimeType() |
String |
getName() |
FileSize |
getSize() |
String |
getStorageServiceProductId() |
void |
setAccessUrls(List<String> accessUrls) |
void |
setStorageServiceProductId(String productId) |
public String getName()
public String getLocation()
public FileSize getSize()
public String getCreationDateTime()
public String getChecksum()
public String getMimeType()
public String getFileType()
public void setStorageServiceProductId(String productId)
public String getStorageServiceProductId()
Copyright © 2010–2016 Planetary Data System. All rights reserved.