public class SecDnsDomainUpdateCommandExtension extends java.lang.Object implements CommandExtension
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
SecDnsDomainUpdateCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
DSOrKeyType |
getAddData() |
ChgType |
getChgData() |
RemType |
getRemData() |
boolean |
isUrgent() |
void |
setAddData(DSOrKeyType addData) |
void |
setChgData(ChgType chgData) |
void |
setRemData(RemType remData) |
void |
setUrgent(boolean urgentArg) |
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public boolean isUrgent()
public void setUrgent(boolean urgentArg)
public final ChgType getChgData()
public final void setChgData(ChgType chgData)
public final DSOrKeyType getAddData()
public final void setAddData(DSOrKeyType addData)
public final RemType getRemData()
public final void setRemData(RemType remData)