PatchPayload Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. PatchPayload
- com.
Implements
public final class PatchPayload
implements JsonSerializable<PatchPayload>
General patch payload modal.
Constructor Summary
| Constructor | Description |
|---|---|
| PatchPayload() |
Creates an instance of Patch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Patch |
fromJson(JsonReader jsonReader)
Reads an instance of Patch |
| Map<String,String> |
tags()
Get the tags property: The tags key:value pairs. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Patch |
withTags(Map<String,String> tags)
Set the tags property: The tags key:value pairs. |
Methods inherited from java.lang.Object
Constructor Details
PatchPayload
public PatchPayload()
Creates an instance of PatchPayload class.
Method Details
fromJson
public static PatchPayload fromJson(JsonReader jsonReader)
Reads an instance of PatchPayload from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: The tags key:value pairs.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public PatchPayload withTags(Map<String,String> tags)
Set the tags property: The tags key:value pairs.
Parameters:
Returns: