public class Activity extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
AtomicInteger |
getAcceptedCount() |
int |
getAndDecrementAcceptCount() |
String |
getEndData() |
URI |
getLraId() |
URI |
getRecoveryUri() |
ParticipantStatus |
getStatus() |
String |
getStatusUrl() |
Activity |
setAcceptedCount(int acceptedCount) |
Activity |
setEndData(String endData) |
Activity |
setLraId(URI lraId) |
Activity |
setRecoveryUri(URI recoveryUri) |
Activity |
setStatus(ParticipantStatus status) |
Activity |
setStatusUrl(String statusUrl) |
String |
toString() |
public Activity(URI lraId)
public URI getLraId()
public URI getRecoveryUri()
public String getStatusUrl()
public ParticipantStatus getStatus()
public Activity setStatus(ParticipantStatus status)
public int getAndDecrementAcceptCount()
public String getEndData()
public AtomicInteger getAcceptedCount()
public Activity setAcceptedCount(int acceptedCount)
Copyright © 2021 Eclipse Foundation. All rights reserved.