public class BulkOperationRepresentation extends BaseResourceRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
BulkOperationRepresentation.BulkOperationRepresentationBuilder |
Constructor and Description |
---|
BulkOperationRepresentation() |
getSelf, getSelfDecoded, setSelf, toJSON, toString
@JSONProperty(ignore=true) public boolean isCreate()
@JSONProperty(ignoreIfNull=true) public Long getId()
public void setId(Long id)
@JSONProperty(ignoreIfNull=true) public String getGroupId()
public void setGroupId(String groupId)
@JSONProperty(value="deprecated_StartDate", ignore=true) @Deprecated public Date getStartDate()
@Deprecated public void setStartDate(Date startDate)
@JSONProperty(value="startDate", ignoreIfNull=true) @JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getStartDateTime()
public void setStartDateTime(org.joda.time.DateTime startDate)
@JSONProperty(ignoreIfNull=true) public BigDecimal getCreationRamp()
public void setCreationRamp(BigDecimal creationRamp)
@JSONProperty(ignoreIfNull=true) public OperationRepresentation getOperationPrototype()
public void setOperationPrototype(OperationRepresentation operationPrototype)
@JSONProperty(ignoreIfNull=true) public BulkOperationProgressRepresentation getProgress()
public void setProgress(BulkOperationProgressRepresentation progress)
@JSONProperty(ignoreIfNull=true) public String getStatus()
@JSONProperty(ignoreIfNull=true) public String getGeneralStatus()
public void setGeneralStatus(String generalStatus)
public void setStatus(String status)
public String getNote()
public void setNote(String note)
@JSONProperty(ignoreIfNull=true) public Long getFailedParentId()
public void setFailedParentId(Long failedParentId)
public static BulkOperationRepresentation.BulkOperationRepresentationBuilder aBulkOperation()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.