-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class Operation implements IJsonSerializable, Serializable
Data contract class Operation.
-
-
Constructor Summary
Constructors Constructor Description Operation()Initializes a new instance of the Operation class.
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the Id property. voidsetId(String value)Sets the Id property. StringgetName()Gets the Name property. voidsetName(String value)Sets the Name property. StringgetParentId()Gets the ParentId property. voidsetParentId(String value)Sets the ParentId property. StringgetRootId()Gets the RootId property. voidsetRootId(String value)Sets the RootId property. StringgetSyntheticSource()Gets the SyntheticSource property. voidsetSyntheticSource(String value)Sets the SyntheticSource property. StringgetIsSynthetic()Gets the IsSynthetic property. voidsetIsSynthetic(String value)Sets the IsSynthetic property. voidaddToHashMap(Map<String, String> map)Adds all members of this class to a hashmap voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getParentId
String getParentId()
Gets the ParentId property.
-
setParentId
void setParentId(String value)
Sets the ParentId property.
-
getSyntheticSource
String getSyntheticSource()
Gets the SyntheticSource property.
-
setSyntheticSource
void setSyntheticSource(String value)
Sets the SyntheticSource property.
-
getIsSynthetic
String getIsSynthetic()
Gets the IsSynthetic property.
-
setIsSynthetic
void setIsSynthetic(String value)
Sets the IsSynthetic property.
-
addToHashMap
void addToHashMap(Map<String, String> map)
Adds all members of this class to a hashmap
- Parameters:
map- to which the members of this class will be added.
-
-
-
-