private class StorageServiceTest.AnnotatedObject extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
context |
private Long |
expiration |
private String |
key |
private String |
value |
| Modifier | Constructor and Description |
|---|---|
private |
StorageServiceTest.AnnotatedObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
String |
getContext() |
long |
getExpiration() |
String |
getKey() |
String |
getValue() |
void |
setContext(String context) |
void |
setExpiration(long expiration) |
void |
setKey(String key) |
void |
setValue(String value) |
private String context
private String key
private String value
private Long expiration
public void generate()
public String getContext()
public void setContext(String context)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public long getExpiration()
public void setExpiration(long expiration)
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.