nilupeng
2022-01-29 8bf69e3fe8774b0228aa8667b03be0f7dabaa4f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.runt.open.mvvm.retrofit.net;
 
 
/**
 * 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;
}