Class SplunkTelemetryRequest
java.lang.Object
com.dtsx.astra.sdk.db.domain.telemetry.SplunkTelemetryRequest
Represent a request to setup connectivity to Splunk.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets endpointgetIndex()
Gets indexGets sourceGets sourceTypegetToken()
Gets tokenvoid
setEndpoint
(String endpoint) Set value for endpointvoid
Set value for indexvoid
Set value for sourcevoid
setSourceType
(String sourceType) Set value for sourceTypevoid
Set value for token
-
Constructor Details
-
SplunkTelemetryRequest
public SplunkTelemetryRequest()
-
-
Method Details
-
getEndpoint
Gets endpoint- Returns:
- value of endpoint
-
setEndpoint
Set value for endpoint- Parameters:
endpoint
- new value for endpoint
-
getIndex
Gets index- Returns:
- value of index
-
setIndex
Set value for index- Parameters:
index
- new value for index
-
getToken
Gets token- Returns:
- value of token
-
setToken
Set value for token- Parameters:
token
- new value for token
-
getSource
Gets source- Returns:
- value of source
-
setSource
Set value for source- Parameters:
source
- new value for source
-
getSourceType
Gets sourceType- Returns:
- value of sourceType
-
setSourceType
Set value for sourceType- Parameters:
sourceType
- new value for sourceType
-