Package com.mypurecloud.sdk.v2.model
Class EdgeLogsJobFile
java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeLogsJobFile
- All Implemented Interfaces:
Serializable
EdgeLogsJobFile
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the resource is active, inactive, or deleted.static enumThe status of the upload of this file from the Edge to the cloud. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The resource's description.The division to which this entity belongs.downloadId(String downloadId) The download ID to use with the downloads API.The path of this file on the Edge.booleangetId()getName()getState()inthashCode()The name of the entity.voidsetDescription(String description) voidsetDivision(Division division) voidsetDownloadId(String downloadId) voidsetEdgePath(String edgePath) voidvoidsetSizeBytes(Double sizeBytes) voidsetTimeCreated(Date timeCreated) voidsetTimeModified(Date timeModified) voidsetUploadStatus(EdgeLogsJobFile.UploadStatusEnum uploadStatus) voidsetVersion(Integer version) The size of this file in bytes.timeCreated(Date timeCreated) Date time is represented as an ISO-8601 string.timeModified(Date timeModified) The time this log file was last modified on the Edge.toString()uploadStatus(EdgeLogsJobFile.UploadStatusEnum uploadStatus) The status of the upload of this file from the Edge to the cloud.The current version of the resource.
-
Constructor Details
-
EdgeLogsJobFile
public EdgeLogsJobFile() -
EdgeLogsJobFile
-
-
Method Details
-
getId
-
name
The name of the entity. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The resource's description. -
getDescription
-
setDescription
-
version
The current version of the resource. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getModifiedBy
-
getCreatedBy
-
getState
-
getModifiedByApp
-
getCreatedByApp
-
timeCreated
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTimeCreated
-
setTimeCreated
-
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
-
setTimeModified
-
sizeBytes
The size of this file in bytes. -
getSizeBytes
-
setSizeBytes
-
uploadStatus
The status of the upload of this file from the Edge to the cloud. Use /upload to start an upload. -
getUploadStatus
-
setUploadStatus
-
edgePath
The path of this file on the Edge. -
getEdgePath
-
setEdgePath
-
downloadId
The download ID to use with the downloads API. -
getDownloadId
-
setDownloadId
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-