类 UpdateLoginProfileRequest

    • 构造器详细资料

      • UpdateLoginProfileRequest

        public UpdateLoginProfileRequest()
    • 方法详细资料

      • setPassword

        public void setPassword​(String password)
      • getPassword

        public String getPassword()
      • setNeedResetPassword

        public void setNeedResetPassword​(Boolean needResetPassword)
      • isNeedResetPassword

        public Boolean isNeedResetPassword()
      • setEnabledLoginMfa

        public void setEnabledLoginMfa​(Boolean enabledLoginMfa)
      • isEnabledLoginMfa

        public Boolean isEnabledLoginMfa()
      • setLoginMfaType

        public void setLoginMfaType​(String loginMfaType)
      • getLoginMfaType

        public String getLoginMfaType()
      • setThirdPartyType

        public void setThirdPartyType​(String thirdPartyType)
      • getThirdPartyType

        public String getThirdPartyType()
      • setThirdPartyAccount

        public void setThirdPartyAccount​(String thirdPartyAccount)
      • getThirdPartyAccount

        public String getThirdPartyAccount()