Class SendMultiSmsRequest

    • Constructor Detail

      • SendMultiSmsRequest

        public SendMultiSmsRequest()
      • SendMultiSmsRequest

        public SendMultiSmsRequest​(SendMultiSmsRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSdkappid

        public String getSdkappid()
        Get 应用ID
        Returns:
        Sdkappid 应用ID
      • setSdkappid

        public void setSdkappid​(String Sdkappid)
        Set 应用ID
        Parameters:
        Sdkappid - 应用ID
      • getIccids

        public String[] getIccids()
        Get 卡片列表
        Returns:
        Iccids 卡片列表
      • setIccids

        public void setIccids​(String[] Iccids)
        Set 卡片列表
        Parameters:
        Iccids - 卡片列表
      • getContent

        public String getContent()
        Get 短信内容 长度限制 70
        Returns:
        Content 短信内容 长度限制 70
      • setContent

        public void setContent​(String Content)
        Set 短信内容 长度限制 70
        Parameters:
        Content - 短信内容 长度限制 70