ProblemLocation@Incubating public class PluginIdLocation extends java.lang.Object implements ProblemLocation
| Constructor | Description |
|---|---|
PluginIdLocation(java.lang.String pluginId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPluginId() |
|
java.lang.String |
getType() |
Returns an identifier of the location type.
|
public java.lang.String getType()
ProblemLocationAs locations will be serialized into a JSON format, this identifier is used to distinguish between different location types.
getType in interface ProblemLocationpublic java.lang.String getPluginId()