SaveMessage.java 468 Bytes
package com.gimi.common.cinema.utils;

/**
 * Created by wugian on 2017/5/9
 */
public class SaveMessage {
    private String file_hash;
    private String length;

    public String getFile_hash() {
        return file_hash;
    }

    public void setFile_hash(String file_hash) {
        this.file_hash = file_hash;
    }

    public String getLength() {
        return length;
    }

    public void setLength(String length) {
        this.length = length;
    }
}