Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setEndTime
Method
setEndTime
src/main/java/scorekeep/Game.java:93–95 ·
view source on GitHub ↗
(Date endTime)
Source
from the content-addressed store, hash-verified
91
return
endTime;
92
}
93
public
void
setEndTime(Date endTime) {
94
this.endTime = endTime;
95
}
96
97
@DynamoDBAttribute(attributeName=
"states"
)
98
public
List<String> getStates() {
Callers
1
setEndTime
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected