public class Key extends RateLimitBase
| Constructor and Description | 
|---|
Key()  | 
Key(java.lang.Integer id)  | 
Key(java.lang.String name)  | 
Key(java.lang.String name,
   java.lang.String publicKey)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFingerprint()  | 
java.lang.Integer | 
getId()  | 
java.lang.String | 
getName()  | 
java.lang.String | 
getPublicKey()  | 
void | 
setFingerprint(java.lang.String fingerprint)  | 
void | 
setId(java.lang.Integer id)  | 
void | 
setName(java.lang.String name)  | 
void | 
setPublicKey(java.lang.String publicKey)  | 
java.lang.String | 
toString()  | 
getRateLimit, setRateLimitpublic Key()
public Key(java.lang.Integer id)
public Key(java.lang.String name)
public Key(java.lang.String name, java.lang.String publicKey)
public java.lang.String toString()
toString in class RateLimitBasepublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - the id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getFingerprint()
public void setFingerprint(java.lang.String fingerprint)
fingerprint - the fingerprint to setpublic java.lang.String getPublicKey()
public void setPublicKey(java.lang.String publicKey)
publicKey - the publicKey to set
Copyright ©  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-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.