public abstract class MessagerConnectorConfig extends Object implements Serializable
Configuration of a specific MessagerConnector as type.
Modifier and Type | Class and Description |
---|---|
static class |
MessagerConnectorConfig.Factory
Constructs new instances of
MessagerConnectorConfig . |
Constructor and Description |
---|
MessagerConnectorConfig() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an MessagerConnectorConfig instance and all
identifiers for this entity equal the identifiers of the argument entity. |
Long |
getId() |
Integer |
getPriority() |
String |
getProperties() |
MessagerConnectorType |
getType() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
isOnlyIfAvailable() |
void |
setId(Long id) |
void |
setOnlyIfAvailable(boolean onlyIfAvailable) |
void |
setPriority(Integer priority) |
void |
setProperties(String properties) |
void |
setType(MessagerConnectorType type) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an MessagerConnectorConfig instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public Long getId()
public Integer getPriority()
public String getProperties()
public MessagerConnectorType getType()
public int hashCode()
public boolean isOnlyIfAvailable()
public void setId(Long id)
public void setOnlyIfAvailable(boolean onlyIfAvailable)
public void setPriority(Integer priority)
public void setProperties(String properties)
public void setType(MessagerConnectorType type)
Copyright © 2019 Communote team. All rights reserved.