parent
56eafd26e1
commit
06ba13b9d6
@ -0,0 +1,37 @@
|
||||
package 基础题2;
|
||||
|
||||
|
||||
/**
|
||||
* @author 胡灵美
|
||||
* @version 1.0
|
||||
* @created 31-10月-2025 14:49:20
|
||||
*/
|
||||
public class Config {
|
||||
|
||||
private boolean encrypt;
|
||||
private String logLevel;
|
||||
private int retryCount;
|
||||
private int timeout;
|
||||
|
||||
public Config(){
|
||||
|
||||
}
|
||||
|
||||
public void finalize() throws Throwable {
|
||||
|
||||
}
|
||||
/**
|
||||
*
|
||||
* @param t
|
||||
* @param r
|
||||
* @param e
|
||||
* @param l
|
||||
*/
|
||||
private void Config(timeout: int t, retryCount: int r, encrypt: boolean e, logLevel: String l){
|
||||
|
||||
}
|
||||
|
||||
public int getTimeout(){
|
||||
return 0;
|
||||
}
|
||||
}//end Config
|
||||
Loading…
Reference in new issue