public class ClientOpts extends Object
Modifier and Type | Field and Description |
---|---|
protected AuthMethod |
auth |
protected String |
outputDirectory |
protected Map<String,String> |
properties |
protected String |
target |
protected String |
uri |
Constructor and Description |
---|
ClientOpts() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getOutputDirectory() |
Map<String,String> |
getProperties() |
String |
getTarget() |
String |
getUri() |
int |
hashCode() |
void |
setOutputDirectory(String outputDirectory) |
void |
setProperties(Map<String,String> properties) |
void |
setTarget(String target) |
void |
setUri(String uri) |
String |
toString() |
protected String uri
protected String target
protected AuthMethod auth
protected String outputDirectory
Copyright © 2018. All rights reserved.