<%@ page import="com.engine.email.entity.EmailFlockSendAccountComInfo" %> <%@ page import="com.alibaba.fastjson.JSONObject" %> <%@page contentType="text/html; charset=UTF-8" %> <% EmailFlockSendAccountComInfo emailFlockSendAccountComInfo = new EmailFlockSendAccountComInfo(); out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountName("0"))); out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountPassword("0"))); out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountMailAddress("0"))); out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAccountId("0"))); out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getAzureClientId("0"))); out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getSmtpServerPort("0"))); out.println(JSONObject.toJSONString(emailFlockSendAccountComInfo.getSmtpServer("0"))); // emailFlockSendAccountComInfo.s out.print(JSONObject.toJSONString(emailFlockSendAccountComInfo)); %> <%! %>