Class BugCollection.Project.Cloud
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.Project.Cloud
-
- Enclosing class:
- BugCollection.Project
public static class BugCollection.Project.Cloud 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"> <sequence> <element name="Property" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="online" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="synced" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="detailsUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBugCollection.Project.Cloud.PropertyJava class for anonymous complex type
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdetailsUrlprotected java.lang.Stringidprotected java.lang.Booleanonlineprotected java.util.List<BugCollection.Project.Cloud.Property>propertyprotected java.lang.Booleansynced
-
Constructor Summary
Constructors Constructor Description Cloud()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDetailsUrl()Gets the value of the detailsUrl property.java.lang.StringgetId()Gets the value of the id property.java.util.List<BugCollection.Project.Cloud.Property>getProperty()Gets the value of the property property.java.lang.BooleanisOnline()Gets the value of the online property.java.lang.BooleanisSynced()Gets the value of the synced property.voidsetDetailsUrl(java.lang.String value)Sets the value of the detailsUrl property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetOnline(java.lang.Boolean value)Sets the value of the online property.voidsetSynced(java.lang.Boolean value)Sets the value of the synced property.
-
-
-
Field Detail
-
property
protected java.util.List<BugCollection.Project.Cloud.Property> property
-
id
protected java.lang.String id
-
online
protected java.lang.Boolean online
-
synced
protected java.lang.Boolean synced
-
detailsUrl
protected java.lang.String detailsUrl
-
-
Method Detail
-
getProperty
public java.util.List<BugCollection.Project.Cloud.Property> getProperty()
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
BugCollection.Project.Cloud.Property- Returns:
- The value of the property property.
-
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
-
isOnline
public java.lang.Boolean isOnline()
Gets the value of the online property.- Returns:
- possible object is
Boolean
-
setOnline
public void setOnline(java.lang.Boolean value)
Sets the value of the online property.- Parameters:
value- allowed object isBoolean
-
isSynced
public java.lang.Boolean isSynced()
Gets the value of the synced property.- Returns:
- possible object is
Boolean
-
setSynced
public void setSynced(java.lang.Boolean value)
Sets the value of the synced property.- Parameters:
value- allowed object isBoolean
-
getDetailsUrl
public java.lang.String getDetailsUrl()
Gets the value of the detailsUrl property.- Returns:
- possible object is
String
-
setDetailsUrl
public void setDetailsUrl(java.lang.String value)
Sets the value of the detailsUrl property.- Parameters:
value- allowed object isString
-
-