ChangeBase Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ChangeBase
- com.
Implements
public final class ChangeBase
implements JsonSerializable<ChangeBase>
An individual change on the target resource.
Constructor Summary
Constructor | Description |
---|---|
ChangeBase() |
Creates an instance of Change |
Method Summary
Modifier and Type | Method and Description |
---|---|
Change |
changeCategory()
Get the change |
static
Change |
fromJson(JsonReader jsonReader)
Reads an instance of Change |
String |
newValue()
Get the new |
String |
previousValue()
Get the previous |
Resource |
propertyChangeType()
Get the property |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ChangeBase
public ChangeBase()
Creates an instance of ChangeBase class.
Method Details
changeCategory
public ChangeCategory changeCategory()
Get the changeCategory property: The entity that made the change.
Returns:
fromJson
public static ChangeBase fromJson(JsonReader jsonReader)
Reads an instance of ChangeBase from the JsonReader.
Parameters:
Returns:
Throws:
newValue
public String newValue()
Get the newValue property: The target resource property value after the change.
Returns:
previousValue
public String previousValue()
Get the previousValue property: The target resource property value before the change.
Returns:
propertyChangeType
public ResourcePropertyChangeType propertyChangeType()
Get the propertyChangeType property: The type of change that occurred.
Returns:
toJson
validate
public void validate()
Validates the instance.