java.lang.Comparable<BaseRecord>DisabledNameservicePBImplpublic abstract class DisabledNameservice extends BaseRecord
ERROR_MSG_CREATION_TIME_NEGATIVE, ERROR_MSG_MODIFICATION_TIME_NEGATIVE| Constructor | Description |
|---|---|
DisabledNameservice() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getExpirationMs() |
Get the expiration time for the record.
|
abstract java.lang.String |
getNameserviceId() |
Get the identifier of the name service to disable.
|
java.util.SortedMap<java.lang.String,java.lang.String> |
getPrimaryKeys() |
Map of primary key names to values for the record.
|
boolean |
hasOtherFields() |
If the record has fields others than the primary keys.
|
static DisabledNameservice |
newInstance() |
|
static DisabledNameservice |
newInstance(java.lang.String nsId) |
|
abstract void |
setNameserviceId(java.lang.String nameServiceId) |
Set the identifier of the name service to disable.
|
checkExpired, compareTo, equals, generateMashupKey, getDateCreated, getDateModified, getDeletionMs, getPrimaryKey, hashCode, init, isExpired, like, setDateCreated, setDateModified, shouldBeDeleted, toString, validatepublic static DisabledNameservice newInstance() throws java.io.IOException
java.io.IOExceptionpublic static DisabledNameservice newInstance(java.lang.String nsId) throws java.io.IOException
java.io.IOExceptionpublic abstract java.lang.String getNameserviceId()
public abstract void setNameserviceId(java.lang.String nameServiceId)
nameServiceId - Identifier of the name service to disable.public java.util.SortedMap<java.lang.String,java.lang.String> getPrimaryKeys()
BaseRecordgetPrimaryKeys in class BaseRecordpublic boolean hasOtherFields()
BaseRecordhasOtherFields in class BaseRecordpublic long getExpirationMs()
BaseRecordgetExpirationMs in class BaseRecordCopyright © 2008–2025 Apache Software Foundation. All rights reserved.