ing
This commit is contained in:
parent
c5496b9ac5
commit
cc011d6924
|
@ -8,6 +8,7 @@ import java.util.Map;
|
|||
public class Target {
|
||||
private Map<String, Object> auth;
|
||||
private Connection connection;
|
||||
private Map<String, Object> meta;
|
||||
|
||||
public Map<String, Object> getAuth() {
|
||||
return auth;
|
||||
|
@ -24,4 +25,18 @@ public class Target {
|
|||
public void setConnection(Connection connection) {
|
||||
this.connection = connection;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the meta
|
||||
*/
|
||||
public Map<String, Object> getMeta() {
|
||||
return meta;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param meta the meta to set
|
||||
*/
|
||||
public void setMeta(Map<String, Object> meta) {
|
||||
this.meta = meta;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user