package org.xmx0632.deliciousfruit.api.v1.bo; public class ShareFruitStoryRequest { private String fruitStoryId; @Override public String toString() { return "ShareFruitStoryRequest [fruitStoryId=" + fruitStoryId + "]"; } public String getFruitStoryId() { return fruitStoryId; } public void setFruitStoryId(String fruitStoryId) { this.fruitStoryId = fruitStoryId; } }