Package net.osslabz.lnd.dto
Class LnrpcStreamAuth
java.lang.Object
net.osslabz.lnd.dto.LnrpcStreamAuth
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcStreamAuth
extends Object
LnrpcStreamAuth
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe full URI (in the format /<rpcpackage>.<ServiceName>/MethodName, for example /lnrpc.Lightning/GetInfo) of the streaming RPC method that was just established.inthashCode()methodFullUri(String methodFullUri) voidsetMethodFullUri(String methodFullUri) toString()
-
Field Details
-
SERIALIZED_NAME_METHOD_FULL_URI
- See Also:
-
-
Constructor Details
-
LnrpcStreamAuth
public LnrpcStreamAuth()
-
-
Method Details
-
methodFullUri
-
getMethodFullUri
The full URI (in the format /<rpcpackage>.<ServiceName>/MethodName, for example /lnrpc.Lightning/GetInfo) of the streaming RPC method that was just established.- Returns:
- methodFullUri
-
setMethodFullUri
-
equals
-
hashCode
public int hashCode() -
toString
-