Uses of Enum Class
net.osslabz.lnd.dto.PeerEventEventType
Packages that use PeerEventEventType
-
Uses of PeerEventEventType in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return PeerEventEventTypeModifier and TypeMethodDescriptionstatic PeerEventEventTypeLnrpcPeerEvent.getType()Get typePeerEventEventType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static PeerEventEventTypeReturns the enum constant of this class with the specified name.static PeerEventEventType[]PeerEventEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.osslabz.lnd.dto with parameters of type PeerEventEventTypeModifier and TypeMethodDescriptionvoidLnrpcPeerEvent.setType(PeerEventEventType type) LnrpcPeerEvent.type(PeerEventEventType type) voidPeerEventEventType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PeerEventEventType enumeration)