Package com.prineside.tdi2
Class Research.ResearchLevel
java.lang.Object
com.prineside.tdi2.Research.ResearchLevel
- Enclosing class:
 - Research
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintint - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Research.ResearchLevelfromJson(com.fasterxml.jackson.core.JsonParser parser)  
- 
Field Details
- 
number
public int number - 
researchDuration
public int researchDuration - 
effects
 - 
price
 - 
requirements
 
 - 
 - 
Constructor Details
- 
ResearchLevel
public ResearchLevel() 
 - 
 - 
Method Details
- 
fromJson
public static Research.ResearchLevel fromJson(com.fasterxml.jackson.core.JsonParser parser) throws IOException - Throws:
 IOException
 
 -