Class BugCollection.Project.Plugin
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.Project.Plugin
-
- Enclosing class:
- BugCollection.Project
public static class BugCollection.Project.Plugin extends java.lang.ObjectJava class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Plugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEnabled()Gets the value of the enabled property.java.lang.StringgetId()Gets the value of the id property.voidsetEnabled(java.lang.String value)Sets the value of the enabled property.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getEnabled
public java.lang.String getEnabled()
Gets the value of the enabled property.- Returns:
- possible object is
String
-
setEnabled
public void setEnabled(java.lang.String value)
Sets the value of the enabled property.- Parameters:
value- allowed object isString
-
-