Package net.osslabz.lnd.dto
Class LnrpcCheckMacPermRequest
java.lang.Object
net.osslabz.lnd.dto.LnrpcCheckMacPermRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcCheckMacPermRequest
extends Object
LnrpcCheckMacPermRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPermissionsItem(LnrpcMacaroonPermission permissionsItem) booleanfullMethod(String fullMethod) Get fullMethodbyte[]Get macaroonGet permissionsinthashCode()macaroon(byte[] macaroon) permissions(List<LnrpcMacaroonPermission> permissions) voidsetFullMethod(String fullMethod) voidsetMacaroon(byte[] macaroon) voidsetPermissions(List<LnrpcMacaroonPermission> permissions) toString()
-
Field Details
-
SERIALIZED_NAME_MACAROON
- See Also:
-
SERIALIZED_NAME_PERMISSIONS
- See Also:
-
SERIALIZED_NAME_FULL_METHOD
- See Also:
-
-
Constructor Details
-
LnrpcCheckMacPermRequest
public LnrpcCheckMacPermRequest()
-
-
Method Details
-
macaroon
-
getMacaroon
@Nullable public byte[] getMacaroon()Get macaroon- Returns:
- macaroon
-
setMacaroon
public void setMacaroon(byte[] macaroon) -
permissions
-
addPermissionsItem
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
fullMethod
-
getFullMethod
Get fullMethod- Returns:
- fullMethod
-
setFullMethod
-
equals
-
hashCode
public int hashCode() -
toString
-