
com.threatconnect.sdk.server.response.entity.BatchStatusResponse 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!
package com.threatconnect.sdk.server.response.entity;
import com.threatconnect.sdk.server.entity.BatchStatus;
import com.threatconnect.sdk.server.response.entity.data.BatchStatusResponseData;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSeeAlso;
/**
* Created by cblades on 6/10/2015.
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement(name = "batchStatusResponse")
@XmlSeeAlso(BatchStatus.class)
public class BatchStatusResponse extends ApiEntitySingleResponse
{
public void setData(BatchStatusResponseData data) {
super.setData(data);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy