public class Context extends Object
Modifier and Type | Field and Description |
---|---|
String |
adminId |
String |
collectorHashId |
String |
location |
String |
routerHashId |
InetAddress |
sourceAddress |
int |
sourcePort |
java.time.Instant |
timestamp |
Constructor and Description |
---|
Context(String adminId,
String collectorHashId,
String routerHashId,
java.time.Instant timestamp,
InetAddress sourceAddress,
int sourcePort,
String location) |
Modifier and Type | Method and Description |
---|---|
String |
getLocation() |
String |
getRouterHash() |
public final String adminId
public final String collectorHashId
public final String routerHashId
public final java.time.Instant timestamp
public final InetAddress sourceAddress
public final int sourcePort
public final String location
public Context(String adminId, String collectorHashId, String routerHashId, java.time.Instant timestamp, InetAddress sourceAddress, int sourcePort, String location)
Copyright © 2021. All rights reserved.