1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 import java.nio.*; 4 import java.lang.*; 5 import java.util.*; 6 import com.google.flatbuffers.*; 7 8 public class HandFanT { 9 private int length; 10 getLength()11 public int getLength() { return length; } 12 setLength(int length)13 public void setLength(int length) { this.length = length; } 14 15 HandFanT()16 public HandFanT() { 17 this.length = 0; 18 } 19 } 20 21