Class MobileStatusRequest

    • Constructor Detail

      • MobileStatusRequest

        public MobileStatusRequest()
      • MobileStatusRequest

        public MobileStatusRequest​(MobileStatusRequest 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

      • getMobile

        public String getMobile()
        Get 手机号码
        Returns:
        Mobile 手机号码
      • setMobile

        public void setMobile​(String Mobile)
        Set 手机号码
        Parameters:
        Mobile - 手机号码
      • getEncryption

        public Encryption getEncryption()
        Get 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
        Returns:
        Encryption 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
      • setEncryption

        public void setEncryption​(Encryption Encryption)
        Set 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
        Parameters:
        Encryption - 敏感数据加密信息。对传入信息(手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。