EPP AsnRenew Class.
More...
#include <AsnRenewCmd.H>
|
int | _asn |
| autonomous system number
|
|
string | _expDate |
| date on which the current validity period ends
|
|
RegistrationPeriod | _period |
| number of units to be added to the registration period of the AS object
|
|
Protected Attributes inherited from Command |
string | _clTRID |
| Client Transaction ID.
|
|
int AsnRenewCmd::get_asn |
( |
| ) |
const |
|
inline |
string AsnRenewCmd::get_expDate |
( |
| ) |
const |
|
inline |
Returns expiration date.
- Returns
- date on which the current validity period ends
References _expDate.
Referenced by cmd_asn_renew().
Returns period.
- Returns
- number of units to be added to the registration period
References _period.
Referenced by cmd_asn_renew().
void AsnRenewCmd::set_asn |
( |
const int |
asn | ) |
|
|
inline |
Sets asn.
- Parameters
-
asn | autonomous system number |
References _asn.
Referenced by cmd_asn_renew().
void AsnRenewCmd::set_expDate |
( |
const string & |
expDate | ) |
|
|
inline |
Sets expiration date.
- Parameters
-
expDate | date on which the current validity period ends |
References _expDate.
Referenced by cmd_asn_renew().
void AsnRenewCmd::set_period |
( |
const int |
time, |
|
|
const string & |
unit |
|
) |
| |
|
inline |
Sets period.
- Parameters
-
time | amount of time |
unit | measure unit |
References _period.
Referenced by cmd_asn_renew().
The documentation for this class was generated from the following file: