类 Document


public class Document extends Object
did文档
  • 构造器详细资料

    • Document

      public Document()
  • 方法详细资料

    • getContext

      public List<String> getContext()
    • setContext

      public void setContext(List<String> context)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getCreated

      public String getCreated()
    • setCreated

      public void setCreated(String created)
    • getUpdated

      public String getUpdated()
    • setUpdated

      public void setUpdated(String updated)
    • getVerificationMethod

      public List<VerificationMethod> getVerificationMethod()
    • setVerificationMethod

      public void setVerificationMethod(List<VerificationMethod> verificationMethod)
    • getAuthentication

      public List<String> getAuthentication()
    • setAuthentication

      public void setAuthentication(List<String> authentication)
    • getController

      public List<String> getController()
    • setController

      public void setController(List<String> controller)
    • getService

      public List<Service> getService()
    • setService

      public void setService(List<Service> service)
    • getUnionId

      public Map<String,String> getUnionId()
    • setUnionId

      public void setUnionId(Map<String,String> unionId)
    • getProof

      public List<Proof> getProof()
    • setProof

      public void setProof(List<Proof> proof)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object