public class SnippetResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SnippetResponse.Builder
Class to build instances of
SnippetResponse. |
| Constructor and Description |
|---|
SnippetResponse(List<Error> errors,
Snippet snippet)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Error> |
getErrors()
Getter for Errors.
|
Snippet |
getSnippet()
Getter for Snippet.
|
int |
hashCode() |
SnippetResponse.Builder |
toBuilder()
Builds a new
SnippetResponse.Builder object. |
String |
toString()
Converts this SnippetResponse into string format.
|
public List<Error> getErrors()
public Snippet getSnippet()
public String toString()
public SnippetResponse.Builder toBuilder()
SnippetResponse.Builder object.
Creates the instance with the state of the current model.SnippetResponse.Builder objectCopyright © 2022. All rights reserved.