Package com.okta.sdk.resource.model
Class LogStreamSettingsSplunkPut
java.lang.Object
com.okta.sdk.resource.model.LogStreamSettingsSplunkPut
- 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 LogStreamSettingsSplunkPut
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.int
hashCode()
void
setEdition
(SplunkEdition edition) void
toString()
-
Field Details
-
JSON_PROPERTY_EDITION
- See Also:
-
JSON_PROPERTY_HOST
- See Also:
-
-
Constructor Details
-
LogStreamSettingsSplunkPut
public LogStreamSettingsSplunkPut()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-