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