public class CharacterPortraitResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PX128X128 |
static String |
SERIALIZED_NAME_PX256X256 |
static String |
SERIALIZED_NAME_PX512X512 |
static String |
SERIALIZED_NAME_PX64X64 |
| Constructor and Description |
|---|
CharacterPortraitResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPx128x128()
px128x128 string
|
String |
getPx256x256()
px256x256 string
|
String |
getPx512x512()
px512x512 string
|
String |
getPx64x64()
px64x64 string
|
int |
hashCode() |
CharacterPortraitResponse |
px128x128(String px128x128) |
CharacterPortraitResponse |
px256x256(String px256x256) |
CharacterPortraitResponse |
px512x512(String px512x512) |
CharacterPortraitResponse |
px64x64(String px64x64) |
void |
setPx128x128(String px128x128) |
void |
setPx256x256(String px256x256) |
void |
setPx512x512(String px512x512) |
void |
setPx64x64(String px64x64) |
String |
toString() |
public static final String SERIALIZED_NAME_PX256X256
public static final String SERIALIZED_NAME_PX512X512
public static final String SERIALIZED_NAME_PX64X64
public static final String SERIALIZED_NAME_PX128X128
public CharacterPortraitResponse px256x256(String px256x256)
public String getPx256x256()
public void setPx256x256(String px256x256)
public CharacterPortraitResponse px512x512(String px512x512)
public String getPx512x512()
public void setPx512x512(String px512x512)
public CharacterPortraitResponse px64x64(String px64x64)
public String getPx64x64()
public void setPx64x64(String px64x64)
public CharacterPortraitResponse px128x128(String px128x128)
public String getPx128x128()
public void setPx128x128(String px128x128)
Copyright © 2019. All Rights Reserved.