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.ExplicitlySetBmcModelAn 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 SummaryNested Classes Modifier and Type Class Description static classLogEndpoint.Builder
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogEndpoint.Builderbuilder()Create a new builder.booleanequals(Object o)EndpointCredentialsgetCredentials()StringgetDescription()The endpoint description.LonggetEndpointId()The endpoint unique identifier.List<LogAnalyticsProperty>getEndpointProperties()A list of endpoint properties.BooleangetIsEnabled()A flag indicating whether or not the endpoint is enabled for log collection.BooleangetIsSystem()The system flag.StringgetModel()The endpoint model.StringgetName()The endpoint name.EndpointProxygetProxy()EndpointRequestgetRequest()EndpointResponsegetResponse()inthashCode()LogEndpoint.BuildertoBuilder()StringtoString()StringtoString(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- 
builderpublic static LogEndpoint.Builder builder() Create a new builder.
 - 
toBuilderpublic LogEndpoint.Builder toBuilder() 
 - 
getNamepublic String getName() The endpoint name.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() The endpoint description.- Returns:
- the value
 
 - 
getModelpublic String getModel() The endpoint model.- Returns:
- the value
 
 - 
getEndpointIdpublic Long getEndpointId() The endpoint unique identifier.- Returns:
- the value
 
 - 
getRequestpublic EndpointRequest getRequest() 
 - 
getResponsepublic EndpointResponse getResponse() 
 - 
getCredentialspublic EndpointCredentials getCredentials() 
 - 
getProxypublic EndpointProxy getProxy() 
 - 
getIsEnabledpublic Boolean getIsEnabled() A flag indicating whether or not the endpoint is enabled for log collection.- Returns:
- the value
 
 - 
getIsSystempublic 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
 
 - 
getEndpointPropertiespublic List<LogAnalyticsProperty> getEndpointProperties() A list of endpoint properties.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-