Class BatchUploadDetails
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.devicesdeployment.BatchUploadDetails
public class BatchUploadDetails extends ResourceBase
Represents the result of devices batch upload.
-
Constructor Summary
Constructors Constructor Description BatchUploadDetails() -
Method Summary
Modifier and Type Method Description StringgetBatchTrackingId()org.joda.time.DateTimegetCompletedTime()Iterator<DeviceUploadDetails>getDevicesStatus()org.joda.time.DateTimegetStartedTime()DeviceUploadStatusTypegetStatus()voidsetBatchTrackingId(String value)voidsetCompletedTime(org.joda.time.DateTime value)voidsetDevicesStatus(Iterator<DeviceUploadDetails> value)voidsetStartedTime(org.joda.time.DateTime value)voidsetStatus(DeviceUploadStatusType value)
-
Constructor Details
-
BatchUploadDetails
public BatchUploadDetails()
-
-
Method Details
-
getBatchTrackingId
-
setBatchTrackingId
-
getStatus
-
setStatus
-
getStartedTime
public org.joda.time.DateTime getStartedTime() -
setStartedTime
public void setStartedTime(org.joda.time.DateTime value) -
getCompletedTime
public org.joda.time.DateTime getCompletedTime() -
setCompletedTime
public void setCompletedTime(org.joda.time.DateTime value) -
getDevicesStatus
-
setDevicesStatus
-