public final class ConfigService extends Object implements ConfigObjectWithId
<ServiceConfig id="10000" time="60000" clazz="com.atlassian.jira.service.services.mail.MailQueueService" name="Mail Queue Service"/>
Constructor and Description |
---|
ConfigService() |
ConfigService(Long id,
Long timeout,
String clazz,
String name,
ConfigPropertySet propertySet) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClazz() |
Long |
getId() |
String |
getName() |
ConfigPropertySet |
getPropertySet() |
Long |
getTimeout() |
int |
hashCode() |
ConfigService |
setClazz(String clazz) |
ConfigService |
setId(Long id) |
ConfigService |
setName(String name) |
ConfigService |
setPropertySet(ConfigPropertySet propertySet) |
ConfigService |
setTimeout(Long timeout) |
String |
toString() |
public ConfigService()
public ConfigService(Long id, Long timeout, String clazz, String name, ConfigPropertySet propertySet)
public Long getId()
getId
in interface ConfigObjectWithId
public Long getTimeout()
public String getClazz()
public String getName()
public ConfigService setId(Long id)
public ConfigService setTimeout(Long timeout)
public ConfigService setClazz(String clazz)
public ConfigService setName(String name)
public ConfigPropertySet getPropertySet()
public ConfigService setPropertySet(ConfigPropertySet propertySet)
Copyright © 2002-2023 Atlassian. All Rights Reserved.