DigitalOcean API Client in Java

com.myjeeva.digitalocean.pojo
Class SshKey

java.lang.Object
  extended by com.myjeeva.digitalocean.pojo.SshKey

public class SshKey
extends Object

Represents SSH Key attributes of DigitalOcean

Author:
Jeevanandam M. ([email protected])

Constructor Summary
SshKey()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 String getSshPublicKey()
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setSshPublicKey(String sshPublicKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshKey

public SshKey()
Method Detail

getId

public Integer getId()
Returns:
the id

setId

public void setId(Integer id)
Parameters:
id - the id to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getSshPublicKey

public String getSshPublicKey()
Returns:
the sshPublicKey

setSshPublicKey

public void setSshPublicKey(String sshPublicKey)
Parameters:
sshPublicKey - the sshPublicKey to set

DigitalOcean API Client in Java

Copyright © 2014 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.