package com.basket.restrequest; public class ByteContainer { private int value; public int getValue() { return value; } public void setValue(int value) { this.value = value; } }