Class YaraDetection

java.lang.Object
com.redhat.et.libguestfs.YaraDetection

public class YaraDetection
extends java.lang.Object
YaraDetection structure.
See Also:
GuestFS
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String yara_name  
    java.lang.String yara_rule  
  • Constructor Summary

    Constructors 
    Constructor Description
    YaraDetection()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • yara_name

      public java.lang.String yara_name
    • yara_rule

      public java.lang.String yara_rule
  • Constructor Details