public class MoleculeInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
String | 
id
Molecule ID string or  
null when absent. | 
int | 
index
Molecule index. 
 | 
Map<String,Object> | 
props
Molecule properties (which are present) or  
null when not requested. | 
long | 
searchtime
Elapsed time in milliseconds. 
 | 
String | 
smiles
Molecule SMILES source or  
null when absent. | 
String | 
url
URL of the molecule. 
 | 
| Constructor and Description | 
|---|
MoleculeInfo()  | 
public int index
public String smiles
null when absent.public String id
null when absent.public String url
public Map<String,Object> props
null when not requested.public long searchtime