Package com.influxdb.client.domain
Class ScraperTargetRequest
java.lang.Object
com.influxdb.client.domain.ScraperTargetRequest
- Direct Known Subclasses:
ScraperTargetResponse
ScraperTargetRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The type of the metrics to be parsed. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowInsecure
(Boolean allowInsecure) boolean
Skip TLS verification on endpoint.The ID of the bucket to write to.getName()
The name of the scraper target.getOrgID()
The organization ID.getType()
The type of the metrics to be parsed.getUrl()
The URL of the metrics endpoint.int
hashCode()
void
setAllowInsecure
(Boolean allowInsecure) void
setBucketID
(String bucketID) void
void
void
toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_URL
- See Also:
-
SERIALIZED_NAME_ORG_I_D
- See Also:
-
SERIALIZED_NAME_BUCKET_I_D
- See Also:
-
SERIALIZED_NAME_ALLOW_INSECURE
- See Also:
-
-
Constructor Details
-
ScraperTargetRequest
public ScraperTargetRequest()
-
-
Method Details
-
name
-
getName
The name of the scraper target.- Returns:
- name
-
setName
-
getType
The type of the metrics to be parsed.- Returns:
- type
-
url
-
getUrl
The URL of the metrics endpoint.- Returns:
- url
-
setUrl
-
orgID
-
getOrgID
The organization ID.- Returns:
- orgID
-
setOrgID
-
bucketID
-
getBucketID
The ID of the bucket to write to.- Returns:
- bucketID
-
setBucketID
-
allowInsecure
-
getAllowInsecure
Skip TLS verification on endpoint.- Returns:
- allowInsecure
-
setAllowInsecure
-
equals
-
hashCode
public int hashCode() -
toString
-