public class SurveyDataPoint extends Object
Constructor and Description |
---|
SurveyDataPoint() |
Modifier and Type | Method and Description |
---|---|
String |
getAnswerDescription()
Gets a narrative description of the answer.
|
String |
getAnswerKey()
Gets a unique identifier for a specific answer type.
|
float |
getAverageTransaction()
Gets the average transaction amount for a given answer.
|
int |
getResponseCount()
Gets the number of responses.
|
float |
getResponsePercentage()
Gets response rate as a percentage of total transactions.
|
void |
setAnswerDescription(String value)
Sets a narrative description of the answer.
|
void |
setAnswerKey(String value)
Sets a unique identifier for a specific answer type.
|
void |
setAverageTransaction(float value)
Sets the average transaction amount for a given answer.
|
void |
setResponseCount(int value)
Sets the number of responses.
|
void |
setResponsePercentage(float value)
Sets response rate as a percentage of total transactions.
|
public void setAnswerKey(String value)
value
- a unique identifier for a specific answer type.public String getAnswerKey()
public void setAnswerDescription(String value)
value
- a narrative description of the answer.public String getAnswerDescription()
public void setResponseCount(int value)
value
- the number of responses.public int getResponseCount()
public void setResponsePercentage(float value)
value
- response rate as a percentage of total transactions.public float getResponsePercentage()
public void setAverageTransaction(float value)
value
- the average transaction amount for a given answer.public float getAverageTransaction()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.