Class Reference

java.lang.Object
io.swagger.v3.parser.reference.Reference

public class Reference extends Object
  • Constructor Details

    • Reference

      public Reference()
  • Method Details

    • getUri

      public String getUri()
    • setUri

      public void setUri(String uri)
    • getDepth

      public int getDepth()
    • setDepth

      public void setDepth(int depth)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getMessages

      public Set<String> getMessages()
    • setMessages

      public void setMessages(Set<String> messages)
    • getReferenceSet

      public Map<String,Reference> getReferenceSet()
    • setReferenceSet

      public void setReferenceSet(Map<String,Reference> referenceSet)
    • uri

      public Reference uri(String uri)
    • depth

      public Reference depth(int depth)
    • value

      public Reference value(Object value)
    • messages

      public Reference messages(Set<String> messages)
    • referenceSet

      public Reference referenceSet(Map<String,Reference> referenceSet)
    • getAuths

      public List<io.swagger.v3.parser.core.models.AuthorizationValue> getAuths()
    • setAuths

      public void setAuths(List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
    • auths

      public Reference auths(List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
    • getJsonNode

      public com.fasterxml.jackson.databind.JsonNode getJsonNode()
    • setJsonNode

      public void setJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
    • jsonNode

      public Reference jsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)