Class MessageTopicKind
- java.lang.Object
-
- com.casper.sdk.model.transaction.kind.MessageTopicKind
-
- All Implemented Interfaces:
StoredValue<MessageTopicSummary>
public class MessageTopicKind extends java.lang.Object implements StoredValue<MessageTopicSummary>
A StoredValue containing a MessageTopicSummary.
-
-
Constructor Summary
Constructors Constructor Description MessageTopicKind()MessageTopicKind(MessageTopicSummary value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageTopicSummarygetValue()voidsetValue(MessageTopicSummary value)
-
-
-
Constructor Detail
-
MessageTopicKind
public MessageTopicKind(MessageTopicSummary value)
-
MessageTopicKind
public MessageTopicKind()
-
-
Method Detail
-
getValue
public MessageTopicSummary getValue()
- Specified by:
getValuein interfaceStoredValue<MessageTopicSummary>
-
setValue
public void setValue(MessageTopicSummary value)
-
-