public class Native extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NATIVE_VERSION |
| Constructor and Description |
|---|
Native() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<Integer> |
getApi() |
Collection<Integer> |
getBattr() |
Map<String,Object> |
getExt() |
NativeRequestBody |
getNativeRequestBody() |
@NotNull Object |
getRequest() |
String |
getRequestAsString() |
String |
getVer() |
int |
hashCode() |
void |
setApi(Collection<Integer> api) |
void |
setBattr(Collection<Integer> battr) |
void |
setExt(Map<String,Object> ext) |
void |
setNativeRequestBody(NativeRequestBody nativeRequestBody) |
void |
setRequest(@NotNull Object request) |
void |
setRequestAsString(String requestAsString) |
void |
setVer(String ver) |
public static final String DEFAULT_NATIVE_VERSION
public NativeRequestBody getNativeRequestBody()
public void setNativeRequestBody(NativeRequestBody nativeRequestBody)
public String getRequestAsString()
public void setRequestAsString(String requestAsString)
@NotNull public @NotNull Object getRequest()
public void setRequest(@NotNull
@NotNull Object request)
public String getVer()
public void setVer(String ver)
public Collection<Integer> getApi()
public void setApi(Collection<Integer> api)
public Collection<Integer> getBattr()
public void setBattr(Collection<Integer> battr)
Copyright © 2019. All rights reserved.