public class ExperimentResponse
public ExperimentResponse(int status,
@NotNull
java.util.Map<java.lang.String,java.lang.String> headers,
@NotNull
kotlin.Array[] body)
public ExperimentResponse(@NotNull
org.apache.http.StatusLine status,
@NotNull
org.apache.http.Header[] headers,
@NotNull
org.apache.http.HttpEntity entity)
@Nullable public com.google.common.net.MediaType getMediaType()
@Nullable public java.lang.String getContentType()
@NotNull public java.lang.Object getContents()
public boolean equals(@Nullable
java.lang.Object other)
public int hashCode()
public int getStatus()
@NotNull public java.util.Map<java.lang.String,java.lang.String> getHeaders()
@NotNull public kotlin.Array[] getBody()
public int component1()
@NotNull public java.util.Map<java.lang.String,java.lang.String> component2()
@NotNull public kotlin.Array[] component3()
@NotNull public ExperimentResponse copy(int status, @NotNull java.util.Map<java.lang.String,java.lang.String> headers, @NotNull kotlin.Array[] body)
@NotNull public java.lang.String toString()