public class GetMdStateResponse extends AbstractGetResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/msg/2017/10/05}AbstractGetResponse">
<sequence>
<element name="MdState" type="{http://p11073-10207/draft10/pm/2017/10/05}MdState"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MdState |
mdState |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
GetMdStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
MdState |
getMdState()
Gets the value of the mdState property.
|
int |
hashCode() |
void |
setMdState(MdState value)
Sets the value of the mdState property.
|
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected MdState mdState
public MdState getMdState()
MdStatepublic void setMdState(MdState value)
value - allowed object is
MdStatepublic String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2017. All rights reserved.