Serialized Form
-
Package com.hack23.cia.model.external.worldbank.topic.impl
-
Class com.hack23.cia.model.external.worldbank.topic.impl.TopicElement
class TopicElement extends java.lang.Object implements java.io.Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hjid
java.lang.Long hjid
The hjid. -
id
java.lang.String id
The id. -
sourceNote
java.lang.String sourceNote
The source note. -
topicValue
java.lang.String topicValue
The topic value.
-
-
Class com.hack23.cia.model.external.worldbank.topic.impl.TopicsElement
class TopicsElement extends java.lang.Object implements java.io.Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hjid
java.lang.Long hjid
The hjid. -
page
java.math.BigInteger page
The page. -
pages
java.math.BigInteger pages
The pages. -
perPage
java.math.BigInteger perPage
The per page. -
topic
java.util.List<TopicElement> topic
The topic. -
total
java.math.BigInteger total
The total.
-
-