Class LogEndpoint
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.loganalytics.model.LogEndpoint
-
@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 theLogEndpoint.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 theLogEndpoint.Builder
, which maintain a set of all explicitly set fields calledLogEndpoint.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogEndpoint.Builder
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
LogEndpoint
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static LogEndpoint.Builder builder()
Create a new builder.
-
toBuilder
public LogEndpoint.Builder toBuilder()
-
getName
public String getName()
The endpoint name.- Returns:
- the value
-
getDescription
public String getDescription()
The endpoint description.- Returns:
- the value
-
getModel
public String getModel()
The endpoint model.- Returns:
- the value
-
getEndpointId
public Long getEndpointId()
The endpoint unique identifier.- Returns:
- the value
-
getRequest
public EndpointRequest getRequest()
-
getResponse
public EndpointResponse getResponse()
-
getCredentials
public EndpointCredentials getCredentials()
-
getProxy
public EndpointProxy getProxy()
-
getIsEnabled
public Boolean getIsEnabled()
A flag indicating whether or not the endpoint is enabled for log collection.- Returns:
- the value
-
getIsSystem
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.
- Returns:
- the value
-
getEndpointProperties
public List<LogAnalyticsProperty> getEndpointProperties()
A list of endpoint properties.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-