public abstract class AbstractProvisioningPayload extends EqualsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_RECIPIENT |
static String |
DEFAULT_SENDER |
static Integer |
SUPPORTED_VERSION |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProvisioningPayload(Integer version,
PayloadMessageType type) |
protected |
AbstractProvisioningPayload(PayloadMessageType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecipient() |
String |
getSender() |
PayloadMessageType |
getType() |
Integer |
getVersion() |
void |
setRecipient(String recipient)
Note: This field is used by some implementations to work out who the players
are in an exchange of ProvisioningCmsObjects.
|
void |
setSender(String sender)
Note: This field is used by some implementations to work out who the players
are in an exchange of ProvisioningCmsObjects.
|
equals, hashCode, toStringpublic static final String DEFAULT_SENDER
public static final String DEFAULT_RECIPIENT
public static final Integer SUPPORTED_VERSION
protected AbstractProvisioningPayload(PayloadMessageType type)
protected AbstractProvisioningPayload(Integer version, PayloadMessageType type)
public void setRecipient(String recipient)
public void setSender(String sender)
public Integer getVersion()
public String getSender()
public String getRecipient()
public PayloadMessageType getType()
Copyright © 2008–2021 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.