类 ObsProperties
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.ObsProperties
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidclearProperty(String propertyName) booleancontainsKey(String propertyName) booleangetBoolProperty(String propertyName, boolean defaultValue) intgetIntProperty(String propertyName, int defaultValue) getStringProperty(String propertyName, String defaultValue) voidsetProperty(String propertyName, String propertyValue) private static String
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
LOG
-
properties
-
-
构造器详细资料
-
ObsProperties
public ObsProperties()
-
-
方法详细资料
-
setProperty
-
clearProperty
-
clearAllProperties
public void clearAllProperties() -
getStringProperty
-
getIntProperty
-
getBoolProperty
public boolean getBoolProperty(String propertyName, boolean defaultValue) throws IllegalArgumentException -
containsKey
-
trim
-