public class PublisherEntry extends MgmtEntry
| Constructor and Description |
|---|
PublisherEntry(org.xipki.ca.api.NameId ident,
String type,
String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
equals(PublisherEntry obj,
boolean ignoreId) |
String |
getConf() |
org.xipki.ca.api.NameId |
getIdent() |
String |
getType() |
int |
hashCode() |
boolean |
isFaulty() |
void |
setConf(String conf) |
void |
setFaulty(boolean faulty) |
void |
setIdent(org.xipki.ca.api.NameId ident) |
void |
setType(String type) |
String |
toString() |
public void setIdent(org.xipki.ca.api.NameId ident)
public org.xipki.ca.api.NameId getIdent()
public void setType(String type)
public String getType()
public void setConf(String conf)
public String getConf()
public boolean isFaulty()
public void setFaulty(boolean faulty)
public boolean equals(PublisherEntry obj, boolean ignoreId)
Copyright © 2023. All rights reserved.