public class AccessServiceConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
AccessServiceConfig()
Default constructor for use with Jackson libraries
|
AccessServiceConfig(AccessServiceConfig template)
Copy/clone constructor
|
AccessServiceConfig(AccessServiceRegistration accessServiceRegistration)
Set up the default values for an access service using an access service description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getAccessServiceAdminClass()
Return the Java class name of the admin-services interface for this access service.
|
String |
getAccessServiceDescription()
Return the short description of the access service.
|
int |
getAccessServiceId()
Return the code number (ordinal) for this access service.
|
Connection |
getAccessServiceInTopic()
Return the OCF Connection for the topic used to pass requests to this access service.
|
String |
getAccessServiceName()
Return the name of the access service.
|
AccessServiceOperationalStatus |
getAccessServiceOperationalStatus()
Return the status of this access service.
|
Map<String,Object> |
getAccessServiceOptions()
Return the options for this access service.
|
Connection |
getAccessServiceOutTopic()
Return the OCF Connection for the topic used by this access service to publish events.
|
String |
getAccessServiceWiki()
Return the wiki page link for the access service.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAccessServiceAdminClass(String accessServiceAdminClass)
Set up the Java class name of the admin services interface for this access service.
|
void |
setAccessServiceDescription(String accessServiceDescription)
Set up the short description of the access service.
|
void |
setAccessServiceId(int accessServiceId)
Set up the code number (ordinal) for this access service.
|
void |
setAccessServiceInTopic(Connection accessServiceInTopic)
Set up the OCF Connection for the topic used to pass requests to this access service.
|
void |
setAccessServiceName(String accessServiceName)
Set up the name of the access service.
|
void |
setAccessServiceOperationalStatus(AccessServiceOperationalStatus accessServiceOperationalStatus)
Set up the status of the access service.
|
void |
setAccessServiceOptions(Map<String,Object> accessServiceOptions)
Set up the options for this access service.
|
void |
setAccessServiceOutTopic(Connection accessServiceOutTopic)
Set up the OCF Connection of the topic used by this access service to publish events.
|
void |
setAccessServiceWiki(String accessServiceWiki)
Set up the wiki page link for the access service.
|
String |
toString()
Standard toString method.
|
public AccessServiceConfig()
public AccessServiceConfig(AccessServiceConfig template)
template - object to copypublic AccessServiceConfig(AccessServiceRegistration accessServiceRegistration)
accessServiceRegistration - fixed properties about the access servicepublic int getAccessServiceId()
public void setAccessServiceId(int accessServiceId)
accessServiceId - int ordinalpublic String getAccessServiceAdminClass()
public void setAccessServiceAdminClass(String accessServiceAdminClass)
accessServiceAdminClass - String class name implementing the
AccessServiceAdmin interface.public String getAccessServiceName()
public void setAccessServiceName(String accessServiceName)
accessServiceName - String namepublic String getAccessServiceDescription()
public void setAccessServiceDescription(String accessServiceDescription)
accessServiceDescription - String descriptionpublic String getAccessServiceWiki()
public void setAccessServiceWiki(String accessServiceWiki)
accessServiceWiki - String urlpublic AccessServiceOperationalStatus getAccessServiceOperationalStatus()
public void setAccessServiceOperationalStatus(AccessServiceOperationalStatus accessServiceOperationalStatus)
accessServiceOperationalStatus - AccessServiceOperationalStatus enumpublic Connection getAccessServiceInTopic()
public void setAccessServiceInTopic(Connection accessServiceInTopic)
accessServiceInTopic - Connection propertiespublic Connection getAccessServiceOutTopic()
public void setAccessServiceOutTopic(Connection accessServiceOutTopic)
accessServiceOutTopic - Connection propertiespublic Map<String,Object> getAccessServiceOptions()
public void setAccessServiceOptions(Map<String,Object> accessServiceOptions)
accessServiceOptions - Map from String to Stringpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.