⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bodyqueryresp.java

📁 短信平台CMPP30 的JAVA程序,(含SQL数据库)
💻 JAVA
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   BodyQueryResp.java

package com.cmpp3_0.body;


public class BodyQueryResp
{

    public int moFl;
    public int moScs;
    public int moWt;
    public int mtFl;
    public int mtScs;
    public int mtTlMsg;
    public int mtTlUsr;
    public int mtWt;
    public String queryCode;
    public int queryType;
    public int seqId;
    public String time;

    public BodyQueryResp(int seqId, String time, int queryType, String queryCode, int mtTlMsg, int mtTlUsr, int mtScs, 
            int mtWt, int mtFl, int moScs, int moWt, int moFl)
    {
        this.seqId = -1;
        this.seqId = seqId;
        this.time = time;
        this.queryType = queryType;
        this.queryCode = queryCode;
        this.mtTlMsg = mtTlMsg;
        this.mtTlUsr = mtTlUsr;
        this.mtScs = mtScs;
        this.mtWt = mtWt;
        this.mtFl = mtFl;
        this.moScs = moScs;
        this.moWt = moWt;
        this.moFl = moFl;
    }

    public BodyQueryResp()
    {
        seqId = -1;
    }

    public String toString()
    {
        return "time : " + time + "\nqueryType : " + queryType + "\nqueryCode : " + queryCode + "\nmtTlMsg : " + mtTlMsg + "\nmtTlUsr : " + mtTlUsr + "\nmtFl : " + mtFl + "\nmoScs : " + moScs + "\nmoWt : " + moWt + "\nmoFl : " + moFl + "\n";
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -