Package com.bytedesk.core.sms
Class SmsInitData
java.lang.Object
com.bytedesk.core.sms.SmsInitData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]Get all smss as a single arraystatic StringgetParentSms(String childSms) Helper method to get parent sms key for a child smsstatic booleanisParentSms(String sms) Helper method to determine if a sms is a parent sms
-
Field Details
-
TECHNICAL_SUPPORT
Technical Support Smss 技术支持标签 -
SERVICE_REQUEST
Service Request Smss 服务请求标签 -
CONSULTATION
Consultation Smss 咨询标签 -
COMPLAINT_SUGGESTION
Complaint & Suggestion Smss 投诉与建议标签 -
OPERATION_MAINTENANCE
Operation & Maintenance Smss 运维标签
-
-
Constructor Details
-
SmsInitData
public SmsInitData()
-
-
Method Details
-
isParentSms
Helper method to determine if a sms is a parent sms- Parameters:
sms- The sms key to check- Returns:
- true if it's a parent sms
-
getParentSms
Helper method to get parent sms key for a child sms- Parameters:
childSms- The child sms key- Returns:
- The parent sms key
-
getAllSmss
Get all smss as a single array- Returns:
- Array containing all smss
-