public final class UpdatePluginResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
UpdatePluginResponseBody(String id,
String version)
Creates a new
UpdatePluginResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
The Plug-in ID of the updated Plug-in.
|
String |
getVersion()
The version number of the Plug-in.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","version"}) public UpdatePluginResponseBody(String id, String version)
UpdatePluginResponseBody
instance.id
- The Plug-in ID of the updated Plug-in.version
- The version number of the Plug-in.public String getId()
public String getVersion()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object