Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save dalelane/918a1da2cace73aee6cf42d84bf329e4 to your computer and use it in GitHub Desktop.
Type9 myThingA = new Type9();
myThingA.setRequiredString("Hello");
myThingA.setOptionalString("World");
Type9 myThingB = new Type9();
myThingB.setRequiredString("Hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment