Package co.permify.sdk.model
Class StreamResultOfWatchResponse
java.lang.Object
co.permify.sdk.model.StreamResultOfWatchResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class StreamResultOfWatchResponse
extends Object
StreamResultOfWatchResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Stream_result_of_WatchResponse object is equal to o.getError()Get errorGet resultinthashCode()result(WatchResponse result) voidvoidsetResult(WatchResponse result) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RESULT
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
StreamResultOfWatchResponse
public StreamResultOfWatchResponse()
-
-
Method Details
-
result
-
getResult
Get result- Returns:
- result
-
setResult
-
error
-
getError
Get error- Returns:
- error
-
setError
-
equals
Return true if this Stream_result_of_WatchResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-