@Validated public class VoterSummary extends Object
| Constructor and Description |
|---|
VoterSummary() |
| Modifier and Type | Method and Description |
|---|---|
VoterSummary |
auId(String auId) |
VoterSummary |
caller(String caller) |
VoterSummary |
deadline(Long deadline) |
VoterSummary |
detailLink(LinkDesc detailLink) |
boolean |
equals(Object o) |
String |
getAuId()
The id for the au being polled.
|
String |
getCaller()
The id of who called the poll.
|
Long |
getDeadline()
The deadline for voting in this poll.
|
LinkDesc |
getDetailLink()
Get detailLink
|
String |
getPollKey()
Key generated by poll manager when poll was created.
|
Long |
getStart()
The timestamp for when the poll started.
|
String |
getStatus()
The current status of the poll.
|
int |
hashCode() |
VoterSummary |
pollKey(String pollKey) |
void |
setAuId(String auId) |
void |
setCaller(String caller) |
void |
setDeadline(Long deadline) |
void |
setDetailLink(LinkDesc detailLink) |
void |
setPollKey(String pollKey) |
void |
setStart(Long start) |
void |
setStatus(String status) |
VoterSummary |
start(Long start) |
VoterSummary |
status(String status) |
String |
toString() |
public VoterSummary auId(String auId)
@NotNull public String getAuId()
public void setAuId(String auId)
public VoterSummary caller(String caller)
@NotNull public String getCaller()
public void setCaller(String caller)
public VoterSummary start(Long start)
@NotNull public Long getStart()
public void setStart(Long start)
public VoterSummary status(String status)
@NotNull public String getStatus()
public void setStatus(String status)
public VoterSummary deadline(Long deadline)
@NotNull public Long getDeadline()
public void setDeadline(Long deadline)
public VoterSummary pollKey(String pollKey)
@NotNull public String getPollKey()
public void setPollKey(String pollKey)
public VoterSummary detailLink(LinkDesc detailLink)
public LinkDesc getDetailLink()
public void setDetailLink(LinkDesc detailLink)
Copyright © 2000–2021 LOCKSS Program. All rights reserved.