// Decompiled by DJ v3.4.4.74 Copyright 2003 Atanas Neshkov  Date: 2011-1-7 16:05:12
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 

package com.tencent.mbox.cp;


public class ResponseInfo
{

    public ResponseInfo(int i, int j, String s)
    {
        a = i;
        b = j;
        c = s;
    }

    public int getCode()
    {
        return a;
    }

    public int getSubCode()
    {
        return b;
    }

    public String getMessage()
    {
        return c;
    }

    int a;
    private int b;
    private String c;
}