
com.threatconnect.sdk.server.response.entity.ObservationListResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
The ThreatConnect Java SDK. Used to communicate with teh ThreatConnect Threat Intelligence Platform
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.threatconnect.sdk.server.response.entity;
import com.threatconnect.sdk.server.entity.Observation;
import com.threatconnect.sdk.server.response.entity.data.ObservationListResponseData;
import com.threatconnect.sdk.server.response.entity.data.OwnerListResponseData;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author mjimenez
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement(name = "observationsResponse")
public class ObservationListResponse extends ApiEntityListResponse
{
public void setData(OwnerListResponseData data)
{
super.setData(data);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy