Class GetPasswordUserInteractionExternalEventResponse
- java.lang.Object
-
- org.syncany.operations.daemon.messages.api.Message
-
- org.syncany.operations.daemon.messages.api.EventResponse
-
- org.syncany.operations.daemon.messages.api.ExternalEventResponse
-
- org.syncany.operations.daemon.messages.GetPasswordUserInteractionExternalEventResponse
-
public class GetPasswordUserInteractionExternalEventResponse extends ExternalEventResponse
-
-
Constructor Summary
Constructors Constructor Description GetPasswordUserInteractionExternalEventResponse()
GetPasswordUserInteractionExternalEventResponse(java.lang.String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPassword()
-
-
-
Constructor Detail
-
GetPasswordUserInteractionExternalEventResponse
public GetPasswordUserInteractionExternalEventResponse()
-
GetPasswordUserInteractionExternalEventResponse
public GetPasswordUserInteractionExternalEventResponse(java.lang.String password)
-
-
Method Detail
-
getPassword
public java.lang.String getPassword()
-
-