Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setStartTime
Method
setStartTime
src/main/java/scorekeep/Game.java:85–87 ·
view source on GitHub ↗
(Date startTime)
Source
from the content-addressed store, hash-verified
83
return
startTime;
84
}
85
public
void
setStartTime(Date startTime) {
86
this.startTime = startTime;
87
}
88
89
@DynamoDBAttribute(attributeName=
"endTime"
)
90
public
Date getEndTime() {
Callers
1
setStartTime
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected