Class Nodeinfo21
java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Nodeinfo21
NodeInfo schema version 2.1.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFree form key value pairs for software specific values.Whether this server allows open self-registration.The protocols supported on this server.The third party sites this server can connect to via their application API.Metadata about server software in use.getUsage()
Usage statistics for this server.The schema version, must be 2.1.void
setMetadata
(Metadata metadata) Free form key value pairs for software specific values.void
setOpenRegistrations
(Boolean openRegistrations) Whether this server allows open self-registration.void
setProtocols
(List<Protocol> protocols) The protocols supported on this server.void
setServices
(Services services) The third party sites this server can connect to via their application API.void
setSoftware
(Software software) Metadata about server software in use.void
Usage statistics for this server.withMetadata
(Metadata metadata) withOpenRegistrations
(Boolean openRegistrations) withProtocols
(List<Protocol> protocols) withServices
(Services services) withSoftware
(Software software)
-
Constructor Details
-
Nodeinfo21
public Nodeinfo21()
-
-
Method Details
-
getVersion
The schema version, must be 2.1. (Required) -
getSoftware
Metadata about server software in use. (Required) -
setSoftware
Metadata about server software in use. (Required) -
withSoftware
-
getProtocols
The protocols supported on this server. (Required) -
setProtocols
The protocols supported on this server. (Required) -
withProtocols
-
getServices
The third party sites this server can connect to via their application API. (Required) -
setServices
The third party sites this server can connect to via their application API. (Required) -
withServices
-
getOpenRegistrations
Whether this server allows open self-registration. (Required) -
setOpenRegistrations
Whether this server allows open self-registration. (Required) -
withOpenRegistrations
-
getUsage
Usage statistics for this server. (Required) -
setUsage
Usage statistics for this server. (Required) -
withUsage
-
getMetadata
Free form key value pairs for software specific values. Clients should not rely on any specific key present. (Required) -
setMetadata
Free form key value pairs for software specific values. Clients should not rely on any specific key present. (Required) -
withMetadata
-