Package io.github.ma1uta.matrix.protocol
Class Instance
- java.lang.Object
-
- io.github.ma1uta.matrix.protocol.Instance
-
public class Instance extends Object
Instance.
-
-
Field Detail
-
desc
private String desc
Required. A human-readable description for the protocol, such as the name.
-
icon
private String icon
An optional content URI representing the protocol. Overrides the one provided at the higher level Protocol object.
-
fields
private Map<String,String> fields
Required. Preset values for fields the client may use to search by.
-
networkId
private String networkId
Required. A unique identifier across all instances.
-
-