Class SplunkTelemetryRequest

java.lang.Object
com.dtsx.astra.sdk.db.domain.telemetry.SplunkTelemetryRequest

public class SplunkTelemetryRequest extends Object
Represent a request to setup connectivity to Splunk.
  • Constructor Details

    • SplunkTelemetryRequest

      public SplunkTelemetryRequest()
  • Method Details

    • getEndpoint

      public String getEndpoint()
      Gets endpoint
      Returns:
      value of endpoint
    • setEndpoint

      public void setEndpoint(String endpoint)
      Set value for endpoint
      Parameters:
      endpoint - new value for endpoint
    • getIndex

      public String getIndex()
      Gets index
      Returns:
      value of index
    • setIndex

      public void setIndex(String index)
      Set value for index
      Parameters:
      index - new value for index
    • getToken

      public String getToken()
      Gets token
      Returns:
      value of token
    • setToken

      public void setToken(String token)
      Set value for token
      Parameters:
      token - new value for token
    • getSource

      public String getSource()
      Gets source
      Returns:
      value of source
    • setSource

      public void setSource(String source)
      Set value for source
      Parameters:
      source - new value for source
    • getSourceType

      public String getSourceType()
      Gets sourceType
      Returns:
      value of sourceType
    • setSourceType

      public void setSourceType(String sourceType)
      Set value for sourceType
      Parameters:
      sourceType - new value for sourceType