Class DeviceBatch
java.lang.Object
com.microsoft.store.partnercenter.models.StandardResourceLinks
com.microsoft.store.partnercenter.models.devicesdeployment.DeviceBatch
public class DeviceBatch extends StandardResourceLinks
Represents a devices batch associated with a customer.
-
Constructor Summary
Constructors Constructor Description DeviceBatch() -
Method Summary
Modifier and Type Method Description StringgetCreatedBy()org.joda.time.DateTimegetCreationDate()IntegergetDevicesCount()LinkgetDevicesLink()StringgetId()voidsetCreatedBy(String value)voidsetCreationDate(org.joda.time.DateTime value)voidsetDevicesCount(Integer value)voidsetDevicesLink(Link value)voidsetId(String value)Methods inherited from class com.microsoft.store.partnercenter.models.StandardResourceLinks
getSelf, setSelf
-
Constructor Details
-
DeviceBatch
public DeviceBatch()
-
-
Method Details
-
getId
-
setId
-
getCreatedBy
-
setCreatedBy
-
getCreationDate
public org.joda.time.DateTime getCreationDate() -
setCreationDate
public void setCreationDate(org.joda.time.DateTime value) -
getDevicesCount
-
setDevicesCount
-
getDevicesLink
-
setDevicesLink
-