|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.PermissionDTO
public class PermissionDTO
Java class for permission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="permission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="impliedBy" type="{http://hudson-ci.org/xsd/hudson/2.1.0/rest/common}permission" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected PermissionDTO |
impliedBy
|
| Constructor Summary | |
|---|---|
PermissionDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getId()
Gets the value of the id property. |
PermissionDTO |
getImpliedBy()
Gets the value of the impliedBy property. |
int |
hashCode()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setImpliedBy(PermissionDTO value)
Sets the value of the impliedBy property. |
PermissionDTO |
withId(String value)
|
PermissionDTO |
withImpliedBy(PermissionDTO value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected PermissionDTO impliedBy
| Constructor Detail |
|---|
public PermissionDTO()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic PermissionDTO getImpliedBy()
PermissionDTOpublic void setImpliedBy(PermissionDTO value)
value - allowed object is
PermissionDTOpublic PermissionDTO withId(String value)
public PermissionDTO withImpliedBy(PermissionDTO value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||