public interface IStrategyDescriptor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChangeReason()
Returns the message (if any) about the last strategy state change
|
java.util.UUID |
getId()
Returns remote strategy id
|
java.lang.String |
getName()
Returns strategy class name
|
java.util.List<IStrategyParameter> |
getParameters()
Returns strategy parameters
|
long |
getStartTime()
Returns strategy start time on the remote server
|
java.lang.String getName()
long getStartTime()
java.util.List<IStrategyParameter> getParameters()
java.util.UUID getId()
java.lang.String getChangeReason()
Copyright © 2024. All rights reserved.