@Validated public class PollerSummary extends Object
| Constructor and Description |
|---|
PollerSummary() |
| Modifier and Type | Method and Description |
|---|---|
PollerSummary |
auId(String auId) |
PollerSummary |
deadline(Long deadline) |
PollerSummary |
detailLink(LinkDesc detailLink) |
boolean |
equals(Object o) |
String |
getAuId()
The id for the au being polled.
|
Long |
getDeadline()
The deadline for voting in this poll.
|
LinkDesc |
getDetailLink()
Get detailLink
|
Integer |
getNumAgreeUrls()
The number of urls with agreement.
|
Integer |
getNumCompletedRepairs()
The number of completed repairs.
|
Integer |
getNumHashErrors()
The number of hash errors.
|
Integer |
getNumTalliedUrls()
The number of tallied urls.
|
Integer |
getParticipants()
The number of participants voting.
|
Long |
getPollEnd()
The time at which the poll ended.
|
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.
|
String |
getVariant()
The V3 Poll variant.
|
int |
hashCode() |
PollerSummary |
numAgreeUrls(Integer numAgreeUrls) |
PollerSummary |
numCompletedRepairs(Integer numCompletedRepairs) |
PollerSummary |
numHashErrors(Integer numHashErrors) |
PollerSummary |
numTalliedUrls(Integer numTalliedUrls) |
PollerSummary |
participants(Integer participants) |
PollerSummary |
pollEnd(Long pollEnd) |
PollerSummary |
pollKey(String pollKey) |
void |
setAuId(String auId) |
void |
setDeadline(Long deadline) |
void |
setDetailLink(LinkDesc detailLink) |
void |
setNumAgreeUrls(Integer numAgreeUrls) |
void |
setNumCompletedRepairs(Integer numCompletedRepairs) |
void |
setNumHashErrors(Integer numHashErrors) |
void |
setNumTalliedUrls(Integer numTalliedUrls) |
void |
setParticipants(Integer participants) |
void |
setPollEnd(Long pollEnd) |
void |
setPollKey(String pollKey) |
void |
setStart(Long start) |
void |
setStatus(String status) |
void |
setVariant(String variant) |
PollerSummary |
start(Long start) |
PollerSummary |
status(String status) |
String |
toString() |
PollerSummary |
variant(String variant) |
public PollerSummary auId(String auId)
@NotNull public String getAuId()
public void setAuId(String auId)
public PollerSummary variant(String variant)
@NotNull public String getVariant()
public void setVariant(String variant)
public PollerSummary status(String status)
@NotNull public String getStatus()
public void setStatus(String status)
public PollerSummary participants(Integer participants)
public Integer getParticipants()
public void setParticipants(Integer participants)
public PollerSummary numTalliedUrls(Integer numTalliedUrls)
public Integer getNumTalliedUrls()
public void setNumTalliedUrls(Integer numTalliedUrls)
public PollerSummary numHashErrors(Integer numHashErrors)
public Integer getNumHashErrors()
public void setNumHashErrors(Integer numHashErrors)
public PollerSummary numCompletedRepairs(Integer numCompletedRepairs)
public Integer getNumCompletedRepairs()
public void setNumCompletedRepairs(Integer numCompletedRepairs)
public PollerSummary numAgreeUrls(Integer numAgreeUrls)
public Integer getNumAgreeUrls()
public void setNumAgreeUrls(Integer numAgreeUrls)
public PollerSummary start(Long start)
@NotNull public Long getStart()
public void setStart(Long start)
public PollerSummary deadline(Long deadline)
@NotNull public Long getDeadline()
public void setDeadline(Long deadline)
public PollerSummary pollEnd(Long pollEnd)
public Long getPollEnd()
public void setPollEnd(Long pollEnd)
public PollerSummary pollKey(String pollKey)
@NotNull public String getPollKey()
public void setPollKey(String pollKey)
public PollerSummary detailLink(LinkDesc detailLink)
public LinkDesc getDetailLink()
public void setDetailLink(LinkDesc detailLink)
Copyright © 2000–2021 LOCKSS Program. All rights reserved.