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