()
| 87 | } |
| 88 | |
| 89 | @DynamoDBAttribute(attributeName="endTime") |
| 90 | public Date getEndTime() { |
| 91 | return endTime; |
| 92 | } |
| 93 | public void setEndTime(Date endTime) { |
| 94 | this.endTime = endTime; |
| 95 | } |
nothing calls this directly
no outgoing calls
no test coverage detected