api-reference-examples/java/te-tag-query/com/facebook/threatexchange/Net.java [330:346]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          (String)item.get("added_on"),
          (String)item.get("last_updated"),
          (String)item.get("first_active"), // may be null
          (String)item.get("last_active"), // may be null
          (String)item.get("expired_on"), // may be null
          Long.toString((Long)item.get("confidence")),
          (String)owner.get("id"),
          (String)owner.get("email"),
          (String)owner.get("name"),
          (String)item.get("privacy_type"),
          (String)item.get("review_status"),
          (String)item.get("status"),
          (String)item.get("severity"),
          (String)item.get("share_level"),
          tagTexts,
          description
        );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



api-reference-examples/java/te-tag-query/com/facebook/threatexchange/Net.java [492:508]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            (String)item.get("added_on"),
            (String)item.get("last_updated"),
            (String)item.get("first_active"),
            (String)item.get("last_active"),
            (String)item.get("expired_on"),
            Long.toString((Long)item.get("confidence")),
            (String)owner.get("id"),
            (String)owner.get("email"),
            (String)owner.get("name"),
            (String)item.get("privacy_type"),
            (String)item.get("review_status"),
            (String)item.get("status"),
            (String)item.get("severity"),
            (String)item.get("share_level"),
            tagTexts,
            description
          );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



