public static class ConfigModifier.ScrapeEndpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private de.iip_ecosphere.platform.support.Endpoint |
scrapePoint |
| Constructor and Description |
|---|
ScrapeEndpoint(String name,
de.iip_ecosphere.platform.support.Endpoint scrapePoint)
Creates an entry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the job name.
|
de.iip_ecosphere.platform.support.Endpoint |
getScrapePoint()
Returns the scrape endpoint.
|
private String name
private de.iip_ecosphere.platform.support.Endpoint scrapePoint
public ScrapeEndpoint(String name, de.iip_ecosphere.platform.support.Endpoint scrapePoint)
name - the job namescrapePoint - the scrape endpointpublic String getName()
public de.iip_ecosphere.platform.support.Endpoint getScrapePoint()
Copyright © 2022. All rights reserved.