public class DeviceInfo
public DeviceInfo(@Nullable
java.lang.String os,
@Nullable
java.lang.String osVersion,
@Nullable
java.lang.String make,
@Nullable
java.lang.String model,
@NotNull
DeviceType type,
int width,
int height)
@Nullable public java.lang.String getOs()
@Nullable public java.lang.String getOsVersion()
@Nullable public java.lang.String getMake()
@Nullable public java.lang.String getModel()
@NotNull public DeviceType getType()
public int getWidth()
public int getHeight()
@Nullable public java.lang.String component1()
@Nullable public java.lang.String component2()
@Nullable public java.lang.String component3()
@Nullable public java.lang.String component4()
@NotNull public DeviceType component5()
public int component6()
public int component7()
@NotNull public DeviceInfo copy(@Nullable java.lang.String os, @Nullable java.lang.String osVersion, @Nullable java.lang.String make, @Nullable java.lang.String model, @NotNull DeviceType type, int width, int height)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)