All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eurodyn.qlack.fuse.cm.dto.BinChunkDTO Maven / Gradle / Ivy

There is a newer version: 3.6.8
Show newest version
package com.eurodyn.qlack.fuse.cm.dto;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class BinChunkDTO {

  private String id;
  private String versionID;
  private byte[] binContent;
  private boolean hasMoreChunks = false;
  private int chunkIndex = 0;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy