-
public final class NetworkSettledResourceContextRepresents the context of a network resource that has settled.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringresourceIdprivate final LongeventCreatedAtNanosprivate final LongviewCreatedTimestamp
-
Constructor Summary
Constructors Constructor Description NetworkSettledResourceContext(String resourceId, Long eventCreatedAtNanos, Long viewCreatedTimestamp)
-
Method Summary
Modifier and Type Method Description final StringgetResourceId()final LonggetEventCreatedAtNanos()final LonggetViewCreatedTimestamp()-
-
Method Detail
-
getResourceId
final String getResourceId()
-
getEventCreatedAtNanos
final Long getEventCreatedAtNanos()
-
getViewCreatedTimestamp
final Long getViewCreatedTimestamp()
-
-
-
-