public class PipingSource
extends java.lang.Object
Constructor and Description |
---|
PipingSource(long surveyId,
long respondentId,
java.util.Map params,
long inviteeId)
Create PipingSource object
|
Modifier and Type | Method and Description |
---|---|
long |
getInviteeId() |
long |
getRespondentId() |
long |
getSurveyId() |
java.util.Map |
getURLParams()
URL parameters from the request.
|
void |
setInviteeId(long inviteeId) |
void |
setRespondentId(long respondentId) |
void |
setSurveyId(long surveyId) |
void |
setURLParams(java.util.Map params)
URL parameters from the request.
|
public PipingSource(long surveyId, long respondentId, java.util.Map params, long inviteeId)
surveyId
- Survey idrespondentId
- Respondent id if known or 0params
- Request parameters if available/needed or null. Contains parameter names as
keys and parameter values as map values. The keys in the parameter map are of type
String. The values in the parameter map are of type String array.inviteeId
- Invitee id if known or 0public long getInviteeId()
public void setInviteeId(long inviteeId)
inviteeId
- The inviteeId to set.public long getRespondentId()
public void setRespondentId(long respondentId)
respondentId
- The respondentId to set.public long getSurveyId()
public void setSurveyId(long surveyId)
surveyId
- The surveyId to set.public java.util.Map getURLParams()
public void setURLParams(java.util.Map params)
params
- The uRLParams to set.Built on April 12 2018