public class ServiceConfig extends Object
Constructor and Description |
---|
ServiceConfig() |
Modifier and Type | Method and Description |
---|---|
ServiceConfig |
addProperty(String propertyName,
String value) |
boolean |
equals(Object o) |
String |
getClassName() |
Object |
getConfigObject() |
Object |
getImplementation() |
String |
getName() |
Properties |
getProperties() |
int |
hashCode() |
boolean |
isEnabled() |
ServiceConfig |
setClassName(String className) |
ServiceConfig |
setConfigObject(Object configObject) |
ServiceConfig |
setEnabled(boolean enabled) |
ServiceConfig |
setImplementation(Object serviceImpl) |
ServiceConfig |
setName(String name) |
ServiceConfig |
setProperties(Properties properties) |
String |
toString() |
public boolean isEnabled()
public ServiceConfig setEnabled(boolean enabled)
public String getName()
public ServiceConfig setName(String name)
public String getClassName()
public ServiceConfig setClassName(String className)
public Object getImplementation()
public ServiceConfig setImplementation(Object serviceImpl)
public Properties getProperties()
public ServiceConfig setProperties(Properties properties)
public ServiceConfig addProperty(String propertyName, String value)
public ServiceConfig setConfigObject(Object configObject)
public Object getConfigObject()
Copyright © 2022 Hazelcast, Inc.. All rights reserved.