com.cumulocity.rest.representation.operation
Class OperationRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.operation.OperationRepresentation
- All Implemented Interfaces:
- ResourceRepresentation, org.svenson.DynamicProperties
public class OperationRepresentation
- extends AbstractExtensibleRepresentation
OperationRepresentation
public OperationRepresentation()
getId
@JSONConverter(type=IDTypeConverter.class)
@JSONProperty(ignoreIfNull=true)
public GId getId()
setId
public void setId(GId id)
getDeviceId
@JSONConverter(type=IDTypeConverter.class)
@JSONProperty(ignoreIfNull=true)
public GId getDeviceId()
setDeviceId
public void setDeviceId(GId deviceId)
getStatus
@JSONProperty(ignoreIfNull=true)
public String getStatus()
setStatus
public void setStatus(String status)
getFailureReason
@JSONProperty(ignoreIfNull=true)
public String getFailureReason()
setFailureReason
public void setFailureReason(String failureReason)
getCreationTime
@JSONProperty(value="creationTime",
ignoreIfNull=true)
@JSONConverter(type=DateConverter.class)
public Date getCreationTime()
setCreationTime
public void setCreationTime(Date creationTime)
getDeviceExternalIDs
@JSONProperty(ignoreIfNull=true)
public ExternalIDCollectionRepresentation getDeviceExternalIDs()
setDeviceExternalIDs
public void setDeviceExternalIDs(ExternalIDCollectionRepresentation deviceExternalIDs)
Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.