Package com.influxdb.client.domain
Class ScraperTargetRequest
java.lang.Object
com.influxdb.client.domain.ScraperTargetRequest
- Direct Known Subclasses:
ScraperTargetResponse
ScraperTargetRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the metrics to be parsed. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowInsecure(Boolean allowInsecure) booleanSkip 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.inthashCode()voidsetAllowInsecure(Boolean allowInsecure) voidsetBucketID(String bucketID) voidvoidvoidtoString()
-
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
-