public class Screenshot
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Screenshot
public Screenshot(@Nullable
File imageFile,
@Nullable
String imageUrl,
@Nullable
String source)
-
Method Details
-
getImage
@CheckReturnValue
@Nullable
public String getImage()
-
getSource
@CheckReturnValue
@Nullable
public String getSource()
-
none
@CheckReturnValue
@Nonnull
public static Screenshot none()
-
isPresent
public boolean isPresent()
-
-