Class JsonObject


  • public class JsonObject
    extends Object
    JsonObject is used for creating data in JSON format, by just using the fields that are required to be included.
    Author:
    bkoniden Deepak Konidena
    • Constructor Detail

      • JsonObject

        public JsonObject​(String label)
    • Method Detail

      • getOrganizationTypes

        public List<String> getOrganizationTypes()
      • setOrganizationTypes

        public void setOrganizationTypes​(List<String> organizationType)
      • setOrganizationTypes

        public void setOrganizationTypes​(Set<String> givenOrganizationType)
      • getEntityURI

        public String getEntityURI()
      • setEntityURI

        public void setEntityURI​(String entityURI)
      • getVisMode

        public String getVisMode()
      • setVisMode

        public void setVisMode​(String visMode)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getYearToActivityCount

        public List<List<Integer>> getYearToActivityCount()
      • setYearToActivityCount

        public void setYearToActivityCount​(List<List<Integer>> yearToPublicationCount)
      • setLastCachedAtDateTime

        public void setLastCachedAtDateTime​(String lastCachedAtDateTime)
      • getLastCachedAtDateTime

        public String getLastCachedAtDateTime()