public class Reference extends Object
| Constructor and Description |
|---|
Reference() |
| Modifier and Type | Method and Description |
|---|---|
Reference |
auths(List<AuthorizationValue> auths) |
Reference |
depth(int depth) |
List<AuthorizationValue> |
getAuths() |
int |
getDepth() |
com.fasterxml.jackson.databind.JsonNode |
getJsonNode() |
Set<String> |
getMessages() |
Map<String,Reference> |
getReferenceSet() |
String |
getUri() |
Object |
getValue() |
Reference |
jsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
Reference |
messages(Set<String> messages) |
Reference |
referenceSet(Map<String,Reference> referenceSet) |
void |
setAuths(List<AuthorizationValue> auths) |
void |
setDepth(int depth) |
void |
setJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
void |
setMessages(Set<String> messages) |
void |
setReferenceSet(Map<String,Reference> referenceSet) |
void |
setUri(String uri) |
void |
setValue(Object value) |
Reference |
uri(String uri) |
Reference |
value(Object value) |
public String getUri()
public void setUri(String uri)
public int getDepth()
public void setDepth(int depth)
public Object getValue()
public void setValue(Object value)
public Reference depth(int depth)
public List<AuthorizationValue> getAuths()
public void setAuths(List<AuthorizationValue> auths)
public Reference auths(List<AuthorizationValue> auths)
public com.fasterxml.jackson.databind.JsonNode getJsonNode()
public void setJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
public Reference jsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
Copyright © 2022. All rights reserved.