Package com.okta.sdk.resource.model
Class LogStreamSettingsSplunk
java.lang.Object
com.okta.sdk.resource.model.LogStreamSettingsSplunk
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class LogStreamSettingsSplunk
extends Object
implements Serializable
Specifies the configuration for the `splunk_cloud_logstreaming` Log Stream type.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionedition
(SplunkEdition edition) boolean
Get editiongetHost()
The domain name for your Splunk Cloud instance.getToken()
The HEC token for your Splunk Cloud HTTP Event Collector.int
hashCode()
void
setEdition
(SplunkEdition edition) void
void
toString()
-
Field Details
-
JSON_PROPERTY_EDITION
- See Also:
-
JSON_PROPERTY_HOST
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
-
Constructor Details
-
LogStreamSettingsSplunk
public LogStreamSettingsSplunk()
-
-
Method Details
-
edition
-
getEdition
Get edition- Returns:
- edition
-
setEdition
-
host
-
getHost
The domain name for your Splunk Cloud instance. Don't include `http` or `https` in the string. For example: `acme.splunkcloud.com`- Returns:
- host
-
setHost
-
token
-
getToken
The HEC token for your Splunk Cloud HTTP Event Collector. The token value is set at object creation, but isn't returned.- Returns:
- token
-
setToken
-
equals
-
hashCode
public int hashCode() -
toString
-