public class PluginData extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PluginData.Builder |
Modifier and Type | Method and Description |
---|---|
long |
getActive() |
long |
getCount() |
long |
getFailed() |
long |
getInactive() |
long |
getUpdatable() |
static PluginData.Builder |
newBuilder() |
public static PluginData.Builder newBuilder()
public long getCount()
public long getFailed()
public long getActive()
public long getInactive()
public long getUpdatable()
Copyright © 2016–2023. All rights reserved.