Class CommonOptionModel

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class CommonOptionModel
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String id
      private String name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId()
      final Unit setId(@Json(name = "id") String id)
      final String getName()
      final Unit setName(@Json(name = "name") String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait