public class FileObject extends Object
| Constructor and Description | 
|---|
FileObject(String name,
          String location,
          long size,
          String creationDateTime,
          String checksum)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAccessUrl()  | 
String | 
getChecksum()  | 
String | 
getCreationDateTime()  | 
String | 
getLocation()  | 
String | 
getName()  | 
long | 
getSize()  | 
String | 
getStorageServiceProductId()  | 
void | 
setAccessUrl(String accessUrl)  | 
void | 
setStorageServiceProductId(String productId)  | 
public String getName()
public String getLocation()
public long getSize()
public String getCreationDateTime()
public String getChecksum()
public void setStorageServiceProductId(String productId)
public String getStorageServiceProductId()
public void setAccessUrl(String accessUrl)
public String getAccessUrl()
Copyright © 2010–2016 Planetary Data System. All rights reserved.