src/main/java/com/aliyun/oss/model/BucketQosInfo.java [24:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private Integer totalUplaodBw;
    private Integer intranetUploadBw;
    private Integer extranetUploadBw;
    private Integer totalDownloadBw;
    private Integer intranetDownloadBw;
    private Integer extranetDownloadBw;
    private Integer totalQps;
    private Integer intranetQps;
    private Integer extranetQps;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/oss/model/UserQosInfo.java [25:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private Integer totalUplaodBw;
    private Integer intranetUploadBw;
    private Integer extranetUploadBw;
    private Integer totalDownloadBw;
    private Integer intranetDownloadBw;
    private Integer extranetDownloadBw;
    private Integer totalQps;
    private Integer intranetQps;
    private Integer extranetQps;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



