-
public interface CloudXArbiterResultResult of an arbiter.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()Locally unique identifier. abstract CloudXArbiterPlatformgetPlatform()Platform selected by the arbiter. abstract StringgetBidId()Identifier of the bid selected by the arbiter, or null when platform is NONE. abstract Map<String, String>getExtras()Arbiter-provided metadata for the selected bid. -
-
Method Detail
-
getPlatform
abstract CloudXArbiterPlatform getPlatform()
Platform selected by the arbiter.
-
getBidId
abstract String getBidId()
Identifier of the bid selected by the arbiter, or null when platform is NONE.
-
-
-
-