public class MatcherResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MatcherResult.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
String |
getCustomKey() |
int |
getEquipmentSubstrateId() |
String |
getExtendedId() |
String |
getHost() |
String |
getInput() |
CodeOrigin |
getOrigin() |
int |
getProofsheetId() |
int |
getPsColumn() |
int |
getPsRow() |
boolean |
matches() |
public String getCustomKey()
public String getInput()
public String getBaseUrl()
public String getHost()
public String getExtendedId()
public boolean matches()
public CodeOrigin getOrigin()
public int getProofsheetId()
public int getEquipmentSubstrateId()
public int getPsRow()
public int getPsColumn()