Modifier | Constructor and Description |
---|---|
protected |
Builder() |
public NewsEvent.Builder withKey(NewsKey key)
public NewsEvent.Builder withOriginalKey(NewsKey originalKey)
public NewsEvent.Builder withChainKey(NewsKey chainKey)
public NewsEvent.Builder withFeed(String feed)
public NewsEvent.Builder withSourceId(String sourceId)
public NewsEvent.Builder withSourcePrefix(String sourcePrefix)
public NewsEvent.Builder withSource(String source)
public NewsEvent.Builder withSourceUrl(String sourceUrl)
public NewsEvent.Builder withTime(long time)
public NewsEvent.Builder withTitle(String title)
public NewsEvent.Builder withBody(String body)
public NewsEvent.Builder withExtraAttributes(String extraAttributes)
public NewsEvent.Builder withAction(String action)
public NewsEvent.Builder withActionReason(String actionReason)
public NewsEvent.Builder withNewsContent(String newsContent)
public NewsEvent.Builder withSymbols(List<String> symbols)
public NewsEvent.Builder withTags(Map<String,List<String>> values)
public NewsEvent.Builder withTag(String tag, List<String> values)
public NewsEvent.Builder addTag(String tag, String value)
public NewsEvent build()
Copyright © 2024 Devexperts. All rights reserved.