@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiRemoteCommand extends Object
Constructor and Description |
---|
ApiRemoteCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BigDecimal |
getId()
Id of the remotely executed command.
|
String |
getPeerName()
The local peer name of the remote peer cluster.
|
int |
hashCode() |
ApiRemoteCommand |
id(BigDecimal id) |
ApiRemoteCommand |
peerName(String peerName) |
void |
setId(BigDecimal id) |
void |
setPeerName(String peerName) |
String |
toString() |
public ApiRemoteCommand id(BigDecimal id)
public BigDecimal getId()
public void setId(BigDecimal id)
public ApiRemoteCommand peerName(String peerName)
public String getPeerName()
public void setPeerName(String peerName)
Copyright © 2022. All rights reserved.