
com.threatconnect.sdk.server.entity.AttributeHolder 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.entity;
import java.util.Map;
/**
* Created by dtineo on 1/18/16.
*/
public interface AttributeHolder
{
public Map getAttributes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy