DataEffect Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. DataEffect
- com.
Implements
public final class DataEffect
implements JsonSerializable<DataEffect>
The data effect definition.
Constructor Summary
Constructor | Description |
---|---|
DataEffect() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
detailsSchema()
Get the details |
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
String |
name()
Get the name property: The data effect name. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Data |
withDetailsSchema(Object detailsSchema)
Set the details |
Data |
withName(String name)
Set the name property: The data effect name. |
Methods inherited from java.lang.Object
Constructor Details
DataEffect
public DataEffect()
Creates an instance of DataEffect class.
Method Details
detailsSchema
public Object detailsSchema()
Get the detailsSchema property: The data effect details schema.
Returns:
fromJson
public static DataEffect fromJson(JsonReader jsonReader)
Reads an instance of DataEffect from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The data effect name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDetailsSchema
public DataEffect withDetailsSchema(Object detailsSchema)
Set the detailsSchema property: The data effect details schema.
Parameters:
Returns:
withName
public DataEffect withName(String name)
Set the name property: The data effect name.
Parameters:
Returns:
Applies to
Azure SDK for Java