org.hudsonci.rest.model.build
Class UserCauseDTO
java.lang.Object
org.hudsonci.rest.model.build.CauseDTO
org.hudsonci.rest.model.build.UserCauseDTO
public class UserCauseDTO
- extends CauseDTO
Java class for userCause complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userCause">
<complexContent>
<extension base="{http://hudson-ci.org/xsd/hudson/2.1.0/rest/build}cause">
<sequence>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
userId
protected String userId
UserCauseDTO
public UserCauseDTO()
getUserId
public String getUserId()
- Gets the value of the userId property.
- Returns:
- possible object is
String
setUserId
public void setUserId(String value)
- Sets the value of the userId property.
- Parameters:
value - allowed object is
String
withUserId
public UserCauseDTO withUserId(String value)
withType
public UserCauseDTO withType(String value)
- Overrides:
withType in class CauseDTO
withDescription
public UserCauseDTO withDescription(String value)
- Overrides:
withDescription in class CauseDTO
equals
public boolean equals(Object obj)
- Overrides:
equals in class CauseDTO
hashCode
public int hashCode()
- Overrides:
hashCode in class CauseDTO
Copyright © 2004-2011 Hudson. All Rights Reserved.