public class ReplicationReplicaStatus
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_DETACHED |
boolean |
detached |
java.lang.String |
instance |
Constructor and Description |
---|
ReplicationReplicaStatus() |
ReplicationReplicaStatus(ReplicationReplicaStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ReplicationReplicaStatus.
|
static ReplicationReplicaStatus |
fromString(java.lang.String s)
String representation of this ReplicationReplicaStatus.
|
java.lang.String |
getInstance() |
boolean |
isDetached() |
ReplicationReplicaStatus |
makeCopy()
Creates and returns a deep copy of this ReplicationReplicaStatus.
|
static ReplicationReplicaStatus |
readFrom(java.io.InputStream is)
Read this ReplicationReplicaStatus from an XML fragment.
|
void |
setDetached(boolean detached) |
void |
setInstance(java.lang.String instance) |
java.lang.String |
toString()
String representation of this ReplicationReplicaStatus.
|
ReplicationReplicaStatus |
withDetached(boolean detached) |
ReplicationReplicaStatus |
withDetached(java.lang.Boolean detached) |
ReplicationReplicaStatus |
withInstance(java.lang.String instance) |
void |
writeTo(java.io.OutputStream os)
Write this ReplicationReplicaStatus as an XML fragment
|
public java.lang.String instance
public boolean detached
public static final boolean DEFAULT_DETACHED
public ReplicationReplicaStatus()
public ReplicationReplicaStatus(ReplicationReplicaStatus o)
public void setInstance(java.lang.String instance)
public java.lang.String getInstance()
public ReplicationReplicaStatus withInstance(java.lang.String instance)
public void setDetached(boolean detached)
public boolean isDetached()
public ReplicationReplicaStatus withDetached(boolean detached)
public ReplicationReplicaStatus withDetached(java.lang.Boolean detached)
public ReplicationReplicaStatus makeCopy()
public static ReplicationReplicaStatus readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static ReplicationReplicaStatus fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.