- All Superinterfaces:
Config
public interface PropertyConfig
extends Config
Property Configuration.
Configuration for a property that may be configured within a
HTTP Service
.
- Since:
- 4.4
-
Method Summary
Methods inherited from interface com.pushtechnology.diffusion.api.config.Config
isLocked
-
Method Details
-
getName
Gets the property name.
- Returns:
- property name.
-
getType
Gets the type.
- Returns:
- the type - which can be null if not used.
-
getValue
Gets the property value.
- Returns:
- the property value - which can be null.