T
- Unguarded representation typepublic class ParsedUnguardedWithMolResult<T extends Serializable> extends Object
Descriptor
unguarded representation with its its ID and Molecule source.Constructor and Description |
---|
ParsedUnguardedWithMolResult(T desc,
String id,
String source,
List propsOrNull)
Construct.
|
Modifier and Type | Method and Description |
---|---|
T |
getDesc()
Get descriptor.
|
String |
getId()
Get ID.
|
List |
getPropsOrNull()
Get additional properties.
|
String |
getSource()
Get source.
|
public String getId()
null
public T getDesc()
public String getSource()
public List getPropsOrNull()
null