public class SSHPublicKey extends BaseResource
Java class for SSHPublicKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSHPublicKey">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}user" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SSHPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
User |
getUser()
Gets the value of the user property.
|
boolean |
isSetContent() |
boolean |
isSetUser() |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic boolean isSetContent()
public void setUser(User value)
value - allowed object is
Userpublic boolean isSetUser()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0