public class DeployApp
extends Object
| Constructor and Description |
|---|
DeployApp() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
Long |
getRevision()
Specify the revision number of the settings that will be deployed (optional).
|
int |
hashCode() |
DeployApp |
setApp(Long app)
The App ID (required).
|
DeployApp |
setRevision(Long revision)
Specify the revision number of the settings that will be deployed (optional).
|
String |
toString() |
public Long getApp()
public Long getRevision()
public DeployApp setApp(Long app)
this.public DeployApp setRevision(Long revision)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object