Package io.toro.martini.tracker
Class Document.Property
- java.lang.Object
-
- io.toro.martini.tracker.Document.Property
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Document
public abstract static class Document.Property extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Document.Property
create(String key, String value)
abstract String
key()
abstract String
value()
-
-
-
Method Detail
-
key
public abstract String key()
-
value
public abstract String value()
-
create
public static Document.Property create(String key, String value)
-
-