Package net.osslabz.lnd.dto
Class LnrpcListChannelsResponse
java.lang.Object
net.osslabz.lnd.dto.LnrpcListChannelsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcListChannelsResponse
extends Object
LnrpcListChannelsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChannelsItem(LnrpcChannel channelsItem) channels(List<LnrpcChannel> channels) booleanGet channelsinthashCode()voidsetChannels(List<LnrpcChannel> channels) toString()
-
Field Details
-
SERIALIZED_NAME_CHANNELS
- See Also:
-
-
Constructor Details
-
LnrpcListChannelsResponse
public LnrpcListChannelsResponse()
-
-
Method Details