public class

JanrainConnectorConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.janrain.connectivity.JanrainConnectorConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String apiKey
private String appId
private String appName
private String captureHost
Public Constructors
JanrainConnectorConnectionKey(String apiKey, String appName, String appId, String captureHost)
Public Methods
boolean equals(Object obj)
String getApiKey()
Retrieves apiKey
String getAppId()
Retrieves appId
String getAppName()
Retrieves appName
String getCaptureHost()
Retrieves captureHost
int hashCode()
void setApiKey(String value)
Sets apiKey
void setAppId(String value)
Sets appId
void setAppName(String value)
Sets appName
void setCaptureHost(String value)
Sets captureHost
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String apiKey

private String appId

private String appName

private String captureHost

Public Constructors

public JanrainConnectorConnectionKey (String apiKey, String appName, String appId, String captureHost)

Parameters
apiKey
appName
appId
captureHost

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getApiKey ()

Retrieves apiKey

public String getAppId ()

Retrieves appId

public String getAppName ()

Retrieves appName

public String getCaptureHost ()

Retrieves captureHost

public int hashCode ()

public void setApiKey (String value)

Sets apiKey

Parameters
value Value to set

public void setAppId (String value)

Sets appId

Parameters
value Value to set

public void setAppName (String value)

Sets appName

Parameters
value Value to set

public void setCaptureHost (String value)

Sets captureHost

Parameters
value Value to set