@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogEndpoint extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
An endpoint used to fetch logs.
Note: Objects should always be created or deserialized using the LogEndpoint.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the LogEndpoint.Builder
, which maintain a
set of all explicitly set fields called LogEndpoint.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LogEndpoint.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogEndpoint(String name,
String description,
String model,
Long endpointId,
EndpointRequest request,
EndpointResponse response,
EndpointCredentials credentials,
EndpointProxy proxy,
Boolean isEnabled,
Boolean isSystem,
List<LogAnalyticsProperty> endpointProperties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogEndpoint.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
EndpointCredentials |
getCredentials() |
String |
getDescription()
The endpoint description.
|
Long |
getEndpointId()
The endpoint unique identifier.
|
List<LogAnalyticsProperty> |
getEndpointProperties()
A list of endpoint properties.
|
Boolean |
getIsEnabled()
A flag indicating whether or not the endpoint is enabled for log collection.
|
Boolean |
getIsSystem()
The system flag.
|
String |
getModel()
The endpoint model.
|
String |
getName()
The endpoint name.
|
EndpointProxy |
getProxy() |
EndpointRequest |
getRequest() |
EndpointResponse |
getResponse() |
int |
hashCode() |
LogEndpoint.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"name","description","model","endpointId","request","response","credentials","proxy","isEnabled","isSystem","endpointProperties"}) public LogEndpoint(String name, String description, String model, Long endpointId, EndpointRequest request, EndpointResponse response, EndpointCredentials credentials, EndpointProxy proxy, Boolean isEnabled, Boolean isSystem, List<LogAnalyticsProperty> endpointProperties)
public static LogEndpoint.Builder builder()
Create a new builder.
public LogEndpoint.Builder toBuilder()
public String getName()
The endpoint name.
public String getDescription()
The endpoint description.
public String getModel()
The endpoint model.
public Long getEndpointId()
The endpoint unique identifier.
public EndpointRequest getRequest()
public EndpointResponse getResponse()
public EndpointCredentials getCredentials()
public EndpointProxy getProxy()
public Boolean getIsEnabled()
A flag indicating whether or not the endpoint is enabled for log collection.
public Boolean getIsSystem()
The system flag. A value of false denotes a custom, or user defined endpoint. A value of true denotes an Oracle defined endpoint.
public List<LogAnalyticsProperty> getEndpointProperties()
A list of endpoint properties.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.