public final class DataEffect extends Object
| Constructor and Description |
|---|
DataEffect() |
| Modifier and Type | Method and Description |
|---|---|
Object |
detailsSchema()
Get the detailsSchema property: The data effect details schema.
|
String |
name()
Get the name property: The data effect name.
|
void |
validate()
Validates the instance.
|
DataEffect |
withDetailsSchema(Object detailsSchema)
Set the detailsSchema property: The data effect details schema.
|
DataEffect |
withName(String name)
Set the name property: The data effect name.
|
public String name()
public DataEffect withName(String name)
name - the name value to set.public Object detailsSchema()
public DataEffect withDetailsSchema(Object detailsSchema)
detailsSchema - the detailsSchema value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.