public class ConnectBody extends Object
| Constructor and Description |
|---|
ConnectBody(String user,
String password,
boolean pedantic,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUser() |
boolean |
isPedantic() |
boolean |
isVerbose() |
static ConnectBody |
parse(String body) |
public String getPassword()
public boolean isPedantic()
public String getUser()
public boolean isVerbose()
public static ConnectBody parse(String body)
Copyright © 2015. All Rights Reserved.