All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.threatconnect.sdk.server.response.entity.SpaceStateResponse Maven / Gradle / Ivy

Go to download

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.SpaceState;
import com.threatconnect.sdk.server.response.entity.data.SpaceStateResponseData;

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 dtineo
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement(name = "spaceState")
@XmlSeeAlso(SpaceStateResponse.class)
public class SpaceStateResponse extends ApiEntitySingleResponse
{
    public void setData(SpaceStateResponseData data) {
        super.setData(data);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy