@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestVersionDiffPatches extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DIFFS |
static String |
JSON_PROPERTY_LENGTH1 |
static String |
JSON_PROPERTY_LENGTH2 |
static String |
JSON_PROPERTY_START1 |
static String |
JSON_PROPERTY_START2 |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestVersionDiffPatches() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestVersionDiffPatches |
addDiffsItem(SyntheticsTestVersionDiffPatchDiff diffsItem) |
SyntheticsTestVersionDiffPatches |
diffs(List<SyntheticsTestVersionDiffPatchDiff> diffs) |
boolean |
equals(Object o)
Return true if this SyntheticsTestVersionDiffPatches object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<SyntheticsTestVersionDiffPatchDiff> |
getDiffs()
List of individual diff operations.
|
Long |
getLength1()
Length of the original text segment.
|
Long |
getLength2()
Length of the modified text segment.
|
Long |
getStart1()
Start position in the original text.
|
Long |
getStart2()
Start position in the modified text.
|
int |
hashCode() |
SyntheticsTestVersionDiffPatches |
length1(Long length1) |
SyntheticsTestVersionDiffPatches |
length2(Long length2) |
SyntheticsTestVersionDiffPatches |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDiffs(List<SyntheticsTestVersionDiffPatchDiff> diffs) |
void |
setLength1(Long length1) |
void |
setLength2(Long length2) |
void |
setStart1(Long start1) |
void |
setStart2(Long start2) |
SyntheticsTestVersionDiffPatches |
start1(Long start1) |
SyntheticsTestVersionDiffPatches |
start2(Long start2) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DIFFS
public static final String JSON_PROPERTY_LENGTH1
public static final String JSON_PROPERTY_LENGTH2
public static final String JSON_PROPERTY_START1
public static final String JSON_PROPERTY_START2
public SyntheticsTestVersionDiffPatches diffs(List<SyntheticsTestVersionDiffPatchDiff> diffs)
public SyntheticsTestVersionDiffPatches addDiffsItem(SyntheticsTestVersionDiffPatchDiff diffsItem)
@Nullable public List<SyntheticsTestVersionDiffPatchDiff> getDiffs()
public void setDiffs(List<SyntheticsTestVersionDiffPatchDiff> diffs)
public SyntheticsTestVersionDiffPatches length1(Long length1)
@Nullable public Long getLength1()
public void setLength1(Long length1)
public SyntheticsTestVersionDiffPatches length2(Long length2)
@Nullable public Long getLength2()
public void setLength2(Long length2)
public SyntheticsTestVersionDiffPatches start1(Long start1)
@Nullable public Long getStart1()
public void setStart1(Long start1)
public SyntheticsTestVersionDiffPatches start2(Long start2)
@Nullable public Long getStart2()
public void setStart2(Long start2)
public SyntheticsTestVersionDiffPatches putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.