Class EdgeLogsJobFile

java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeLogsJobFile
All Implemented Interfaces:
Serializable

public class EdgeLogsJobFile extends Object implements Serializable
EdgeLogsJobFile
See Also:
  • Constructor Details

    • EdgeLogsJobFile

      public EdgeLogsJobFile()
    • EdgeLogsJobFile

      public EdgeLogsJobFile(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public EdgeLogsJobFile name(String name)
      The name of the entity.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • division

      public EdgeLogsJobFile division(Division division)
      The division to which this entity belongs.
    • getDivision

      public Division getDivision()
    • setDivision

      public void setDivision(Division division)
    • description

      public EdgeLogsJobFile description(String description)
      The resource's description.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • version

      public EdgeLogsJobFile version(Integer version)
      The current version of the resource.
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getDateCreated

      public Date getDateCreated()
    • getDateModified

      public Date getDateModified()
    • getModifiedBy

      public String getModifiedBy()
    • getCreatedBy

      public String getCreatedBy()
    • getState

      public EdgeLogsJobFile.StateEnum getState()
    • getModifiedByApp

      public String getModifiedByApp()
    • getCreatedByApp

      public String getCreatedByApp()
    • timeCreated

      public EdgeLogsJobFile timeCreated(Date timeCreated)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getTimeCreated

      public Date getTimeCreated()
    • setTimeCreated

      public void setTimeCreated(Date timeCreated)
    • timeModified

      public EdgeLogsJobFile timeModified(Date timeModified)
      The time this log file was last modified on the Edge. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getTimeModified

      public Date getTimeModified()
    • setTimeModified

      public void setTimeModified(Date timeModified)
    • sizeBytes

      public EdgeLogsJobFile sizeBytes(Double sizeBytes)
      The size of this file in bytes.
    • getSizeBytes

      public Double getSizeBytes()
    • setSizeBytes

      public void setSizeBytes(Double sizeBytes)
    • uploadStatus

      public EdgeLogsJobFile uploadStatus(EdgeLogsJobFile.UploadStatusEnum uploadStatus)
      The status of the upload of this file from the Edge to the cloud. Use /upload to start an upload.
    • getUploadStatus

      public EdgeLogsJobFile.UploadStatusEnum getUploadStatus()
    • setUploadStatus

      public void setUploadStatus(EdgeLogsJobFile.UploadStatusEnum uploadStatus)
    • edgePath

      public EdgeLogsJobFile edgePath(String edgePath)
      The path of this file on the Edge.
    • getEdgePath

      public String getEdgePath()
    • setEdgePath

      public void setEdgePath(String edgePath)
    • downloadId

      public EdgeLogsJobFile downloadId(String downloadId)
      The download ID to use with the downloads API.
    • getDownloadId

      public String getDownloadId()
    • setDownloadId

      public void setDownloadId(String downloadId)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object