You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package » ù ´ ¡ Ì â 2 ;
/**
* @author ºúÁéÃÀ
* @version 1.0
* @created 31-10ÔÂ-2025 14:49:20
*/
public class ConfigBuilder {
public Config m_Config ;
public ConfigBuilder ( ) {
}
public void finalize ( ) throws Throwable {
}
public Config build ( ) {
return null ;
}
/**
*
* @param e
*/
public ConfigBuilder setEncrypt ( encrypt : boolean e ) {
return null ;
}
/**
*
* @param l
*/
public ConfigBuilder setLogLevel ( logLevel : String l ) {
return null ;
}
/**
*
* @param r
*/
public ConfigBuilder setRetryCount ( retryCount : int r ) {
return null ;
}
/**
*
* @param t
*/
public ConfigBuilder setTimeout ( timeout : int t ) {
return null ;
}
public boolean validate ( ) {
return false ;
}
} //end ConfigBuilder