DeviceBatch Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. StandardResourceLinks - com.
microsoft. store. partnercenter. models. devicesdeployment. DeviceBatch
- com.
- com.
public class DeviceBatch extends StandardResourceLinks
Represents a devices batch associated with a customer.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DeviceBatch() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String | getCreatedBy() |
| org.joda.time.DateTime | getCreationDate() |
| java.lang.Integer | getDevicesCount() |
| Link | getDevicesLink() |
| java.lang.String | getId() |
| void | setCreatedBy(String value) |
| void | setCreationDate(DateTime value) |
| void | setDevicesCount(Integer value) |
| void | setDevicesLink(Link value) |
| void | setId(String value) |
Inherited Members
Constructor Details
DeviceBatch
public DeviceBatch()
Method Details
getCreatedBy
public String getCreatedBy()
getCreationDate
public DateTime getCreationDate()
getDevicesCount
public Integer getDevicesCount()
getDevicesLink
public Link getDevicesLink()
getId
public String getId()
setCreatedBy
public void setCreatedBy(String value)
Parameters:
setCreationDate
public void setCreationDate(DateTime value)
Parameters:
setDevicesCount
public void setDevicesCount(Integer value)
Parameters:
setDevicesLink
public void setDevicesLink(Link value)
Parameters:
setId
public void setId(String value)
Parameters: