Interface PayloadAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
PayloadAttributeImpl
,Token
public interface PayloadAttribute extends Attribute
The payload of a Token. See alsoPayload
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Payload
getPayload()
Returns this Token's payload.void
setPayload(Payload payload)
Sets this Token's payload.
-