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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class LogStreamSettingsSplunk
extends Object
implements Serializable
Specifies the configuration for the `splunk_cloud_logstreaming` Log Stream type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionedition(SplunkEdition edition) booleanGet editiongetHost()The domain name for your Splunk Cloud instance.getToken()The HEC token for your Splunk Cloud HTTP Event Collector.inthashCode()voidsetEdition(SplunkEdition edition) voidvoidtoString()
-
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
-