public class CreateMicrosoftADResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
directoryId
The identifier of the directory that was created.
|
Constructor and Description |
---|
CreateMicrosoftADResult() |
Modifier and Type | Method and Description |
---|---|
CreateMicrosoftADResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDirectoryId()
The identifier of the directory that was created.
|
int |
hashCode() |
void |
setDirectoryId(java.lang.String directoryId)
The identifier of the directory that was created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateMicrosoftADResult |
withDirectoryId(java.lang.String directoryId)
The identifier of the directory that was created.
|
private java.lang.String directoryId
public void setDirectoryId(java.lang.String directoryId)
directoryId
- The identifier of the directory that was created.public java.lang.String getDirectoryId()
public CreateMicrosoftADResult withDirectoryId(java.lang.String directoryId)
directoryId
- The identifier of the directory that was created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateMicrosoftADResult clone()
clone
in class java.lang.Object