Class UploadFileSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200601")
    public final class UploadFileSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Details of Upload File.
    Note: Objects should always be created or deserialized using the UploadFileSummary.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 UploadFileSummary.Builder, which maintain a set of all explicitly set fields called UploadFileSummary.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).
    • Method Detail

      • getReference

        public String getReference()
        Unique internal identifier to refer upload file.
        Returns:
        the value
      • getName

        public String getName()
        Name of the file
        Returns:
        the value
      • getTotalChunks

        public BigDecimal getTotalChunks()
        Number of estimated chunks for this file.

        A chunk is a portion of the log file used for the processing.

        Returns:
        the value
      • getChunksConsumed

        public BigDecimal getChunksConsumed()
        Number of chunks processed.
        Returns:
        the value
      • getChunksSuccess

        public BigDecimal getChunksSuccess()
        Number of chunks processed successfully.
        Returns:
        the value
      • getChunksFail

        public BigDecimal getChunksFail()
        Number of chunks failed processing.
        Returns:
        the value
      • getTimeStarted

        public Date getTimeStarted()
        The time when this file processing started.
        Returns:
        the value
      • getSourceName

        public String getSourceName()
        Name of the log source used for processing this file.
        Returns:
        the value
      • getEntityType

        public String getEntityType()
        Name of the entity type.
        Returns:
        the value
      • getEntityName

        public String getEntityName()
        Name of the entity associated with the file.
        Returns:
        the value
      • getLogNamespace

        public String getLogNamespace()
        (Deprecated) Name of the log namespace associated with the file.
        Returns:
        the value
      • getLogGroupId

        public String getLogGroupId()
        Log group OCID associated with the file.
        Returns:
        the value
      • getLogGroupName

        public String getLogGroupName()
        Name of the log group associated with the file.
        Returns:
        the value
      • getFailureDetails

        public String getFailureDetails()
        The details about upload processing failure.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel