@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2026-05-19T08:00:51.241Z[Etc/UTC]") 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 © 2026. All rights reserved.