Administrator
2021-11-11 dadbf7a3fd20a8e0dc7e0601f30a2f696cc9fc6e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.duqing.missions.retrofit;
 
 
/**
 * My father is Object, ites purpose of 网络消耗
 *
 * @purpose Created by Runt (qingingrunt2010@qq.com) on 2021-3-12.
 */
 
public class NetWorkCost {
 
    //网络消耗时间
    public long dns,connect,total,secure,requestHeader,requestBody,resposeHeader,resposeBody;
}