public final class DeploymentDeviceState extends Object
| Constructor and Description |
|---|
DeploymentDeviceState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceId()
Get the deviceId property: Device identity.
|
DeviceDeploymentState |
getDeviceState()
Get the deviceState property: Deployment device state.
|
int |
getRetryCount()
Get the retryCount property: The number of times this deployment has been retried on this device.
|
boolean |
isMovedOnToNewDeployment()
Get the movedOnToNewDeployment property: Boolean flag indicating whether this device is in a newer deployment and
can no longer retry this deployment.
|
DeploymentDeviceState |
setDeviceId(String deviceId)
Set the deviceId property: Device identity.
|
DeploymentDeviceState |
setDeviceState(DeviceDeploymentState deviceState)
Set the deviceState property: Deployment device state.
|
DeploymentDeviceState |
setMovedOnToNewDeployment(boolean movedOnToNewDeployment)
Set the movedOnToNewDeployment property: Boolean flag indicating whether this device is in a newer deployment and
can no longer retry this deployment.
|
DeploymentDeviceState |
setRetryCount(int retryCount)
Set the retryCount property: The number of times this deployment has been retried on this device.
|
public String getDeviceId()
public DeploymentDeviceState setDeviceId(String deviceId)
deviceId - the deviceId value to set.public int getRetryCount()
public DeploymentDeviceState setRetryCount(int retryCount)
retryCount - the retryCount value to set.public boolean isMovedOnToNewDeployment()
public DeploymentDeviceState setMovedOnToNewDeployment(boolean movedOnToNewDeployment)
movedOnToNewDeployment - the movedOnToNewDeployment value to set.public DeviceDeploymentState getDeviceState()
public DeploymentDeviceState setDeviceState(DeviceDeploymentState deviceState)
deviceState - the deviceState value to set.Copyright © 2021. All rights reserved.