Package com.restfb.types.whatsapp
Class WhatsAppPhoneQualityScoreShape
- java.lang.Object
-
- com.restfb.types.whatsapp.WhatsAppPhoneQualityScoreShape
-
public class WhatsAppPhoneQualityScoreShape extends Object
-
-
Constructor Summary
Constructors Constructor Description WhatsAppPhoneQualityScoreShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addReason(String reason)
Integer
getDate()
Timestamp of when the score was calculatedList<String>
getReasons()
Reasons for the quality scoreString
getScore()
Quality score of the phoneboolean
removeReason(String reason)
void
setDate(Integer date)
Timestamp of when the score was calculatedvoid
setScore(String score)
Quality score of the phone
-
-
-
Constructor Detail
-
WhatsAppPhoneQualityScoreShape
public WhatsAppPhoneQualityScoreShape()
-
-
Method Detail
-
getReasons
public List<String> getReasons()
Reasons for the quality score
-
removeReason
public boolean removeReason(String reason)
-
-