Record Class DebugMain.VirtualSelfUser
java.lang.Object
java.lang.Record
pro.gravit.launcher.runtime.debug.DebugMain.VirtualSelfUser
- All Implemented Interfaces:
pro.gravit.launcher.core.api.model.SelfUser, pro.gravit.launcher.core.api.model.User
- Enclosing class:
DebugMain
public static record DebugMain.VirtualSelfUser()
extends Record
implements pro.gravit.launcher.core.api.model.SelfUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.pro.gravit.launcher.core.api.model.UserPermissionsgetUUID()final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
VirtualSelfUser
public VirtualSelfUser()Creates an instance of aVirtualSelfUserrecord class.
-
-
Method Details
-
getAccessToken
- Specified by:
getAccessTokenin interfacepro.gravit.launcher.core.api.model.SelfUser
-
getPermissions
public pro.gravit.launcher.core.api.model.UserPermissions getPermissions()- Specified by:
getPermissionsin interfacepro.gravit.launcher.core.api.model.SelfUser
-
getUsername
- Specified by:
getUsernamein interfacepro.gravit.launcher.core.api.model.User
-
getUUID
- Specified by:
getUUIDin interfacepro.gravit.launcher.core.api.model.User
-
getAssets
-
getProperties
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-