Class PutLogsRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200831")
    public class PutLogsRequest
    extends BmcRequest<PutLogsDetails>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/loggingingestion/PutLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PutLogsRequest.

    • Constructor Detail

      • PutLogsRequest

        public PutLogsRequest()
    • Method Detail

      • getLogId

        public String getLogId()
        OCID of a log to work with.
      • getPutLogsDetails

        public PutLogsDetails getPutLogsDetails()
        The logs to emit.
      • getTimestampOpcAgentProcessing

        public Date getTimestampOpcAgentProcessing()
        Effective timestamp, for when the agent started processing the log segment being sent.

        An RFC3339-formatted date-time string with milliseconds precision.

      • getOpcAgentVersion

        public String getOpcAgentVersion()
        Version of the agent sending the request.
      • getOpcRequestId

        public String getOpcRequestId()
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

      • builder

        public static PutLogsRequest.Builder builder()
        Return a new builder for this request object.
        Returns:
        builder for the request object
      • equals

        public boolean equals​(Object o)
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
        Overrides:
        equals in class BmcRequest<PutLogsDetails>