Package io.lakefs.clients.api.model
Class MergeResult
- java.lang.Object
-
- io.lakefs.clients.api.model.MergeResult
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class MergeResult extends Object
MergeResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMergeResult.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_REFERENCEstatic StringSERIALIZED_NAME_SUMMARY
-
Constructor Summary
Constructors Constructor Description MergeResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static MergeResultfromJson(String jsonString)Create an instance of MergeResult given an JSON stringStringgetReference()Get referenceMergeResultSummarygetSummary()Get summaryinthashCode()MergeResultreference(String reference)voidsetReference(String reference)voidsetSummary(MergeResultSummary summary)MergeResultsummary(MergeResultSummary summary)StringtoJson()Convert an instance of MergeResult to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_SUMMARY
public static final String SERIALIZED_NAME_SUMMARY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REFERENCE
public static final String SERIALIZED_NAME_REFERENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
summary
public MergeResult summary(MergeResultSummary summary)
-
getSummary
@Nullable public MergeResultSummary getSummary()
Get summary- Returns:
- summary
-
setSummary
public void setSummary(MergeResultSummary summary)
-
reference
public MergeResult reference(String reference)
-
setReference
public void setReference(String reference)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to MergeResult
-
fromJson
public static MergeResult fromJson(String jsonString) throws IOException
Create an instance of MergeResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MergeResult
- Throws:
IOException- if the JSON string is invalid with respect to MergeResult
-
toJson
public String toJson()
Convert an instance of MergeResult to an JSON string- Returns:
- JSON string
-
-