public static class PluginManifest.PluginExecutables extends Object
| Constructor and Description |
|---|
PluginExecutables() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDarwinAmd64() |
String |
getLinuxAmd64() |
String |
getWindowsAmd64() |
int |
hashCode() |
void |
setDarwinAmd64(String darwinAmd64) |
void |
setLinuxAmd64(String linuxAmd64) |
void |
setWindowsAmd64(String windowsAmd64) |
String |
toString() |
@Generated(value="lombok") public PluginExecutables()
@Generated(value="lombok") public String getLinuxAmd64()
@Generated(value="lombok") public String getDarwinAmd64()
@Generated(value="lombok") public String getWindowsAmd64()
@Generated(value="lombok") public void setLinuxAmd64(String linuxAmd64)
@Generated(value="lombok") public void setDarwinAmd64(String darwinAmd64)
@Generated(value="lombok") public void setWindowsAmd64(String windowsAmd64)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2019. All rights reserved.