public class

ConnectionManagementConfigFreshBooksConnectorConnectionKey

extends Object
implements ConnectionManagementConnectionKey
java.lang.Object
   ↳ org.mule.modules.freshbooks.connectivity.ConnectionManagementConfigFreshBooksConnectorConnectionKey

Summary

Fields
private String apiUrl
private String consumerKey
private String consumerSecret
Public Constructors
ConnectionManagementConfigFreshBooksConnectorConnectionKey(String apiUrl, String consumerKey, String consumerSecret)
Public Methods
boolean equals(Object o)
String getApiUrl()
Retrieves apiUrl
String getConsumerKey()
Retrieves consumerKey
String getConsumerSecret()
Retrieves consumerSecret
int hashCode()
void setApiUrl(String value)
Sets apiUrl
void setConsumerKey(String value)
Sets consumerKey
void setConsumerSecret(String value)
Sets consumerSecret
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String apiUrl

private String consumerKey

private String consumerSecret

Public Constructors

public ConnectionManagementConfigFreshBooksConnectorConnectionKey (String apiUrl, String consumerKey, String consumerSecret)

Parameters
apiUrl
consumerKey
consumerSecret

Public Methods

public boolean equals (Object o)

Parameters
o

public String getApiUrl ()

Retrieves apiUrl

public String getConsumerKey ()

Retrieves consumerKey

public String getConsumerSecret ()

Retrieves consumerSecret

public int hashCode ()

public void setApiUrl (String value)

Sets apiUrl

Parameters
value Value to set

public void setConsumerKey (String value)

Sets consumerKey

Parameters
value Value to set

public void setConsumerSecret (String value)

Sets consumerSecret

Parameters
value Value to set