* A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP * addresses included in this ThreatIntelSet. *
*/ private String name; /** ** The format of the threatIntelSet. *
*/ private String format; /** ** The URI of the file that contains the ThreatIntelSet. *
*/ private String location; /** ** The status of threatIntelSet file uploaded. *
*/ private String status; /** ** The tags of the threat list resource. *
*/ private java.util.Map* A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP * addresses included in this ThreatIntelSet. *
* * @param name * A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves * IP addresses included in this ThreatIntelSet. */ public void setName(String name) { this.name = name; } /** ** A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP * addresses included in this ThreatIntelSet. *
* * @return A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that * involves IP addresses included in this ThreatIntelSet. */ public String getName() { return this.name; } /** ** A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP * addresses included in this ThreatIntelSet. *
* * @param name * A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves * IP addresses included in this ThreatIntelSet. * @return Returns a reference to this object so that method calls can be chained together. */ public GetThreatIntelSetResult withName(String name) { setName(name); return this; } /** ** The format of the threatIntelSet. *
* * @param format * The format of the threatIntelSet. * @see ThreatIntelSetFormat */ public void setFormat(String format) { this.format = format; } /** ** The format of the threatIntelSet. *
* * @return The format of the threatIntelSet. * @see ThreatIntelSetFormat */ public String getFormat() { return this.format; } /** ** The format of the threatIntelSet. *
* * @param format * The format of the threatIntelSet. * @return Returns a reference to this object so that method calls can be chained together. * @see ThreatIntelSetFormat */ public GetThreatIntelSetResult withFormat(String format) { setFormat(format); return this; } /** ** The format of the threatIntelSet. *
* * @param format * The format of the threatIntelSet. * @return Returns a reference to this object so that method calls can be chained together. * @see ThreatIntelSetFormat */ public GetThreatIntelSetResult withFormat(ThreatIntelSetFormat format) { this.format = format.toString(); return this; } /** ** The URI of the file that contains the ThreatIntelSet. *
* * @param location * The URI of the file that contains the ThreatIntelSet. */ public void setLocation(String location) { this.location = location; } /** ** The URI of the file that contains the ThreatIntelSet. *
* * @return The URI of the file that contains the ThreatIntelSet. */ public String getLocation() { return this.location; } /** ** The URI of the file that contains the ThreatIntelSet. *
* * @param location * The URI of the file that contains the ThreatIntelSet. * @return Returns a reference to this object so that method calls can be chained together. */ public GetThreatIntelSetResult withLocation(String location) { setLocation(location); return this; } /** ** The status of threatIntelSet file uploaded. *
* * @param status * The status of threatIntelSet file uploaded. * @see ThreatIntelSetStatus */ public void setStatus(String status) { this.status = status; } /** ** The status of threatIntelSet file uploaded. *
* * @return The status of threatIntelSet file uploaded. * @see ThreatIntelSetStatus */ public String getStatus() { return this.status; } /** ** The status of threatIntelSet file uploaded. *
* * @param status * The status of threatIntelSet file uploaded. * @return Returns a reference to this object so that method calls can be chained together. * @see ThreatIntelSetStatus */ public GetThreatIntelSetResult withStatus(String status) { setStatus(status); return this; } /** ** The status of threatIntelSet file uploaded. *
* * @param status * The status of threatIntelSet file uploaded. * @return Returns a reference to this object so that method calls can be chained together. * @see ThreatIntelSetStatus */ public GetThreatIntelSetResult withStatus(ThreatIntelSetStatus status) { this.status = status.toString(); return this; } /** ** The tags of the threat list resource. *
* * @return The tags of the threat list resource. */ public java.util.Map* The tags of the threat list resource. *
* * @param tags * The tags of the threat list resource. */ public void setTags(java.util.Map* The tags of the threat list resource. *
* * @param tags * The tags of the threat list resource. * @return Returns a reference to this object so that method calls can be chained together. */ public GetThreatIntelSetResult withTags(java.util.Map