Package com.twilio.rest.flexapi.v1
Class InsightsAssessmentsComment
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.flexapi.v1.InsightsAssessmentsComment
-
- All Implemented Interfaces:
Serializable
public class InsightsAssessmentsComment extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsightsAssessmentsCommentCreator
creator(String categoryId, String categoryName, String comment, String segmentId, String agentId, BigDecimal offset)
boolean
equals(Object o)
static InsightsAssessmentsComment
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a InsightsAssessmentsComment object using the provided ObjectMapper.static InsightsAssessmentsComment
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a InsightsAssessmentsComment object using the provided ObjectMapper.String
getAccountSid()
String
getAgentId()
String
getAssessmentSid()
Map<String,Object>
getComment()
BigDecimal
getOffset()
Boolean
getReport()
String
getSegmentId()
BigDecimal
getTimestamp()
URI
getUrl()
String
getUserEmail()
String
getUserName()
BigDecimal
getWeight()
int
hashCode()
static InsightsAssessmentsCommentReader
reader()
-
-
-
Method Detail
-
creator
public static InsightsAssessmentsCommentCreator creator(String categoryId, String categoryName, String comment, String segmentId, String agentId, BigDecimal offset)
-
reader
public static InsightsAssessmentsCommentReader reader()
-
fromJson
public static InsightsAssessmentsComment fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a InsightsAssessmentsComment object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- InsightsAssessmentsComment object represented by the provided JSON
-
fromJson
public static InsightsAssessmentsComment fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a InsightsAssessmentsComment object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- InsightsAssessmentsComment object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getAssessmentSid
public final String getAssessmentSid()
-
getOffset
public final BigDecimal getOffset()
-
getReport
public final Boolean getReport()
-
getWeight
public final BigDecimal getWeight()
-
getAgentId
public final String getAgentId()
-
getSegmentId
public final String getSegmentId()
-
getUserName
public final String getUserName()
-
getUserEmail
public final String getUserEmail()
-
getTimestamp
public final BigDecimal getTimestamp()
-
getUrl
public final URI getUrl()
-
-