@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class LogStreamSettingsSplunkAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_HOST |
static String |
JSON_PROPERTY_TOKEN |
Constructor and Description |
---|
LogStreamSettingsSplunkAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost()
The domain name for your Splunk Cloud instance.
|
String |
getToken()
The HEC token for your Splunk Cloud HTTP Event Collector
|
int |
hashCode() |
LogStreamSettingsSplunkAllOf |
host(String host) |
void |
setHost(String host) |
void |
setToken(String token) |
LogStreamSettingsSplunkAllOf |
token(String token) |
String |
toString() |
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_TOKEN
public LogStreamSettingsSplunkAllOf host(String host)
@Nullable public String getHost()
public void setHost(String host)
public LogStreamSettingsSplunkAllOf token(String token)
@Nullable public String getToken()
public void setToken(String token)
Copyright © 2017–2023 Okta. All rights reserved.