@JsonObject(value="MicroscopyImageReference") public class MicroscopyImageReference extends DatasetIdentifier
Constructor and Description |
---|
MicroscopyImageReference(int tile,
java.lang.String channel,
IDatasetIdentifier dataset)
Reference to image dataset which has no wells (like e.g.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChannel()
channel code
|
int |
getTile()
a sequential number of an image tile, starts from 0
|
int |
hashCode() |
java.lang.String |
toString() |
getDatasetCode, getDatastoreServerUrl, getPermId
public MicroscopyImageReference(int tile, java.lang.String channel, IDatasetIdentifier dataset)
dataset
- if image dataset is specified, image will be fetched from it. If a feature
vector dataset is specified, a connected image dataset will be found and image
will be fetched from it.public int getTile()
public java.lang.String getChannel()
public java.lang.String toString()
toString
in class DatasetIdentifier
public int hashCode()
hashCode
in class DatasetIdentifier
public boolean equals(java.lang.Object obj)
equals
in class DatasetIdentifier