@Beta public class MultichainStream extends Object
Constructor and Description |
---|
MultichainStream(String name,
String createtxid,
String streamref,
Boolean open,
Map<String,String> details,
Boolean subscribed,
Boolean isSynchronized,
Integer items,
Integer confirmed,
Integer keys,
Integer publishers,
List<String> creators,
Object restrict) |
MultichainStream(String name,
String createtxid,
String streamref,
Map<String,String> details,
Boolean subscribed,
Boolean isSynchronized,
Integer items,
Integer confirmed,
Integer keys,
Integer publishers) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getConfirmed() |
String |
getCreatetxid() |
List<String> |
getCreators() |
Map<String,String> |
getDetails() |
Boolean |
getIsSynchronized() |
Integer |
getItems() |
Integer |
getKeys() |
String |
getName() |
Boolean |
getOpen() |
Integer |
getPublishers() |
Object |
getRestrict() |
String |
getStreamref() |
Boolean |
getSubscribed() |
int |
hashCode() |
void |
setConfirmed(Integer confirmed) |
void |
setCreatetxid(String createtxid) |
void |
setCreators(List<String> creators) |
void |
setDetails(Map<String,String> details) |
void |
setIsSynchronized(Boolean isSynchronized) |
void |
setItems(Integer items) |
void |
setKeys(Integer keys) |
void |
setName(String name) |
void |
setOpen(Boolean open) |
void |
setPublishers(Integer publishers) |
void |
setRestrict(Object restrict) |
void |
setStreamref(String streamref) |
void |
setSubscribed(Boolean subscribed) |
String |
toString() |
public MultichainStream(@Nonnull String name, @Nonnull String createtxid, @Nonnull String streamref, @Nullable Boolean open, @Nonnull Map<String,String> details, @Nonnull Boolean subscribed, @Nullable Boolean isSynchronized, @Nullable Integer items, @Nullable Integer confirmed, @Nullable Integer keys, @Nullable Integer publishers, @Nullable List<String> creators, @Nullable Object restrict)
public MultichainStream(@Nonnull String name, @Nonnull String createtxid, @Nonnull String streamref, @Nonnull Map<String,String> details, @Nonnull Boolean subscribed, @Nonnull Boolean isSynchronized, @Nonnull Integer items, @Nonnull Integer confirmed, @Nonnull Integer keys, @Nonnull Integer publishers)
protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.