public class Key extends RateLimitBase
| Constructor and Description | 
|---|
Key()  | 
Key(Integer id)  | 
Key(String name)  | 
Key(String name,
   String publicKey)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFingerprint()  | 
Integer | 
getId()  | 
String | 
getName()  | 
String | 
getPublicKey()  | 
void | 
setFingerprint(String fingerprint)  | 
void | 
setId(Integer id)  | 
void | 
setName(String name)  | 
void | 
setPublicKey(String publicKey)  | 
String | 
toString()  | 
getRateLimit, setRateLimitpublic String toString()
toString in class RateLimitBasepublic Integer getId()
public void setId(Integer id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getFingerprint()
public void setFingerprint(String fingerprint)
fingerprint - the fingerprint to setpublic String getPublicKey()
public void setPublicKey(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.