TrendingAndStableAssociationsList Data Type

Wrapper object for TrendingAndStableAssociations objects since jax-rs does not specify how to encode lists. see http://docs.codehaus.org/display/ENUNCIATE/Lists+and+JAX-RS and https://docs.google.com/document/d/1a5JiRvTscvV0APpNVqmypzX-TjJH6klOmEKHBghn__k/edit#

Properties
name data type description
trendingAndStableAssociations array of TrendingAndStableAssociations

Example

{
  "trendingAndStableAssociations" : [ {
    "trendingAssociations" : [ {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    }, {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    } ],
    "observer" : {
      "id" : 12345,
      "name" : "...",
      "created" : { },
      "kpiId" : 12345
    },
    "stableAssociations" : [ {
      "strength" : 12345.0,
      "word" : "..."
    }, {
      "strength" : 12345.0,
      "word" : "..."
    } ],
    "timestamp" : { }
  }, {
    "trendingAssociations" : [ {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    }, {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    } ],
    "observer" : {
      "id" : 12345,
      "name" : "...",
      "created" : { },
      "kpiId" : 12345
    },
    "stableAssociations" : [ {
      "strength" : 12345.0,
      "word" : "..."
    }, {
      "strength" : 12345.0,
      "word" : "..."
    } ],
    "timestamp" : { }
  } ]
}