public class

NetSuiteCloudConnectorConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.module.netsuite.connectivity.NetSuiteCloudConnectorConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String account
private String email
private String endpoint
private String password
private String roleId
Public Constructors
NetSuiteCloudConnectorConnectionKey(String email, String password, String endpoint, String account, String roleId)
Public Methods
boolean equals(Object obj)
String getAccount()
Retrieves account
String getEmail()
Retrieves email
String getEndpoint()
Retrieves endpoint
String getPassword()
Retrieves password
String getRoleId()
Retrieves roleId
int hashCode()
void setAccount(String value)
Sets account
void setEmail(String value)
Sets email
void setEndpoint(String value)
Sets endpoint
void setPassword(String value)
Sets password
void setRoleId(String value)
Sets roleId
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String account

private String email

private String endpoint

private String password

private String roleId

Public Constructors

public NetSuiteCloudConnectorConnectionKey (String email, String password, String endpoint, String account, String roleId)

Parameters
email
password
endpoint
account
roleId

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getAccount ()

Retrieves account

public String getEmail ()

Retrieves email

public String getEndpoint ()

Retrieves endpoint

public String getPassword ()

Retrieves password

public String getRoleId ()

Retrieves roleId

public int hashCode ()

public void setAccount (String value)

Sets account

Parameters
value Value to set

public void setEmail (String value)

Sets email

Parameters
value Value to set

public void setEndpoint (String value)

Sets endpoint

Parameters
value Value to set

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setRoleId (String value)

Sets roleId

Parameters
value Value to set