package com.macaroon.piztor; public class Res{ int t; int s; Res(int type,int status){ t = type; s = status; } }