Package io.dapr.client.domain
Class UnsubscribeConfigurationResponse
- java.lang.Object
-
- io.dapr.client.domain.UnsubscribeConfigurationResponse
-
public class UnsubscribeConfigurationResponse extends Object
Domain object for unsubscribe response.
-
-
Constructor Summary
Constructors Constructor Description UnsubscribeConfigurationResponse(boolean isUnsubscribed, String message)
Constructor for UnsubscribeConfigurationResponse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsUnsubscribed()
String
getMessage()
-
-
-
Constructor Detail
-
UnsubscribeConfigurationResponse
public UnsubscribeConfigurationResponse(boolean isUnsubscribed, String message)
Constructor for UnsubscribeConfigurationResponse.- Parameters:
isUnsubscribed
- boolean denoting unsubscribe API response.message
- unsubscribe API response message.
-
-
Method Detail
-
getIsUnsubscribed
public boolean getIsUnsubscribed()
-
getMessage
public String getMessage()
-
-