📄 bodysubmit.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: BodySubmit.java
package com.cmpp3_0.body;
public class BodySubmit
{
public static final int SUBMIT_MSGFORMAT_BYTESCODE = 4;
public static final int SUBMIT_MSGFORMAT_CHINESE = 15;
public static final int SUBMIT_MSGFORMAT_ENGLISH = 0;
public static final int SUBMIT_MSGFORMAT_UNICODE = 8;
public static final int SUBMIT_MSGFORMAT_WRITECARD = 3;
public String atTime;
public String dstTermId;
public int dstTermType;
public int dstUserTl;
public String feeCode;
public String feeTermId;
public int feeTermType;
public String feeType;
public int feeUserType;
public String linkId;
public String msgContent;
public int msgFmt;
public long msgId;
public int msgLength;
public int msgLevel;
public String msgSrc;
public int pkNumber;
public int pkTotal;
public int regDelivery;
public int seqId;
public String serviceId;
public String srcTermId;
public int tpPid;
public int tpUdhi;
public String validTime;
public BodySubmit(long msgId, int pkTotal, int pkNumber, int regDelivery, int msgLevel, String serviceId,
int feeUserType, String feeTermId, int feeTermType, int tpPid, int tpUdhi, int msgFmt, String msgSrc,
String feeType, String feeCode, String validTime, String atTime, String srcTermId, int dstUserTl, String dstTermId,
int dstTermType, int msgLength, String msgContent, String linkId)
{
seqId = -1;
this.msgId = 0L;
this.pkTotal = 1;
this.pkNumber = 1;
this.regDelivery = 0;
this.msgLevel = 0;
this.feeUserType = 0;
this.feeTermType = 0;
this.tpPid = 0;
this.tpUdhi = 0;
this.msgFmt = 0;
this.dstUserTl = 1;
this.dstTermType = 0;
this.msgLength = 0;
this.msgId = msgId;
this.pkTotal = pkTotal;
this.pkNumber = pkNumber;
this.regDelivery = regDelivery;
this.msgLevel = msgLevel;
this.serviceId = serviceId;
this.feeUserType = feeUserType;
this.feeTermId = feeTermId;
this.feeTermType = feeTermType;
this.tpPid = tpPid;
this.tpUdhi = tpUdhi;
this.msgFmt = msgFmt;
this.msgSrc = msgSrc;
this.feeType = feeType;
this.feeCode = feeCode;
this.validTime = validTime;
this.atTime = atTime;
this.srcTermId = srcTermId;
this.dstUserTl = dstUserTl;
this.dstTermId = dstTermId;
this.dstTermType = dstTermType;
this.msgLength = msgLength;
this.msgContent = msgContent;
this.linkId = linkId;
}
public BodySubmit()
{
seqId = -1;
msgId = 0L;
pkTotal = 1;
pkNumber = 1;
regDelivery = 0;
msgLevel = 0;
feeUserType = 0;
feeTermType = 0;
tpPid = 0;
tpUdhi = 0;
msgFmt = 0;
dstUserTl = 1;
dstTermType = 0;
msgLength = 0;
}
public String toString()
{
return "msgId: " + msgId + "\npkTotal: " + pkTotal + "\npkNumber: " + pkNumber + "\nregisterDilivery: " + regDelivery + "\nmsgLevel: " + msgLevel + "\nserviceId: " + serviceId + "\nfeeUserType: " + feeUserType + "\nfeeTermId: " + feeTermId + "\nfeeTermType: " + feeTermType + "\ntpPid: " + tpPid + "\ntpUdhi: " + tpUdhi + "\nmsgFmt: " + msgFmt + "\nmsgSrc: " + msgSrc + "\nfeeType: " + feeType + "\nfeeCode: " + feeCode + "\nvalidTime: " + validTime + "\natTime: " + atTime + "\nsrcTermId: " + srcTermId + "\ndstUserTl: " + dstUserTl + "\ndstTermId: " + dstTermId + "\ndstTermType: " + dstTermType + "\nmsgLength: " + msgLength + "\nmsgContent: " + msgContent + "\nlinkId: " + linkId + "\n";
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -