001package com.box.sdkgen.serialization.json;
002
003public interface Valuable {
004  String getValue();
005}