.
This commit is contained in:
parent
6857411be9
commit
284989f8cd
|
@ -4,4 +4,22 @@ package com.loafle.overflow.crawler.config;
|
|||
* Created by root on 17. 4. 13.
|
||||
*/
|
||||
public class Auth {
|
||||
private String user;
|
||||
private String pw;
|
||||
|
||||
public String getUser() {
|
||||
return user;
|
||||
}
|
||||
|
||||
public void setUser(String user) {
|
||||
this.user = user;
|
||||
}
|
||||
|
||||
public String getPw() {
|
||||
return pw;
|
||||
}
|
||||
|
||||
public void setPw(String pw) {
|
||||
this.pw = pw;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user