Package com.ngrok
Class Session.ClientInfo
- java.lang.Object
-
- com.ngrok.Session.ClientInfo
-
-
Constructor Summary
Constructors Constructor Description ClientInfo(String type, String version, String comments)Creates a new client information with a given type, version and comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getComments()Returns the comments for this client.StringgetType()Returns the type of this client.StringgetVersion()Returns the version of this client.
-