BatchUploadDetails Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. devicesdeployment. BatchUploadDetails
- com.
- com.
public class BatchUploadDetails extends ResourceBase
Represents the result of devices batch upload.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BatchUploadDetails() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String | getBatchTrackingId() |
| org.joda.time.DateTime | getCompletedTime() |
|
java.util.Iterator<Device |
getDevicesStatus() |
| org.joda.time.DateTime | getStartedTime() |
|
Device |
getStatus() |
| void | setBatchTrackingId(String value) |
| void | setCompletedTime(DateTime value) |
| void | setDevicesStatus(Iterator<DeviceUploadDetails> value) |
| void | setStartedTime(DateTime value) |
| void | setStatus(DeviceUploadStatusType value) |
Inherited Members
Constructor Details
BatchUploadDetails
public BatchUploadDetails()
Method Details
getBatchTrackingId
public String getBatchTrackingId()
getCompletedTime
public DateTime getCompletedTime()
getDevicesStatus
public Iterator
getStartedTime
public DateTime getStartedTime()
getStatus
public DeviceUploadStatusType getStatus()
setBatchTrackingId
public void setBatchTrackingId(String value)
Parameters:
setCompletedTime
public void setCompletedTime(DateTime value)
Parameters:
setDevicesStatus
public void setDevicesStatus(Iterator
Parameters:
setStartedTime
public void setStartedTime(DateTime value)
Parameters:
setStatus
public void setStatus(DeviceUploadStatusType value)
Parameters: