Skip to content

Instantly share code, notes, and snippets.

@dalelane
Last active July 20, 2019 22:36
Show Gist options
  • Select an option

  • Save dalelane/a6bacee633593a6696fa87af2c78ec0d to your computer and use it in GitHub Desktop.

Select an option

Save dalelane/a6bacee633593a6696fa87af2c78ec0d to your computer and use it in GitHub Desktop.
Type2 myThing = new Type2();
myThing.setMyString("Hello");
myThing.setMyBoolean(false);
myThing.setMyDouble(12.2);
myThing.setMyFloat(1.34f);
myThing.setMyInt(123);
myThing.setMyLong(123124l);
myThing.setMyBytes(ByteBuffer.allocate(0));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment