public class ProfileData extends Object implements Serializable
コンストラクタと説明 |
---|
ProfileData() |
ProfileData(BigInteger id,
AccountData user_id,
String platform,
String os,
String os_build,
String description) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this ProfileData.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
BigInteger |
getId()
Gets the id value for this ProfileData.
|
String |
getOs_build()
Gets the os_build value for this ProfileData.
|
String |
getOs()
Gets the os value for this ProfileData.
|
String |
getPlatform()
Gets the platform value for this ProfileData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
AccountData |
getUser_id()
Gets the user_id value for this ProfileData.
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this ProfileData.
|
void |
setId(BigInteger id)
Sets the id value for this ProfileData.
|
void |
setOs_build(String os_build)
Sets the os_build value for this ProfileData.
|
void |
setOs(String os)
Sets the os value for this ProfileData.
|
void |
setPlatform(String platform)
Sets the platform value for this ProfileData.
|
void |
setUser_id(AccountData user_id)
Sets the user_id value for this ProfileData.
|
public ProfileData()
public ProfileData(BigInteger id, AccountData user_id, String platform, String os, String os_build, String description)
public BigInteger getId()
public void setId(BigInteger id)
id
- public AccountData getUser_id()
public void setUser_id(AccountData user_id)
user_id
- public String getPlatform()
public void setPlatform(String platform)
platform
- public String getOs()
public void setOs(String os)
os
- public String getOs_build()
public void setOs_build(String os_build)
os_build
- public String getDescription()
public void setDescription(String description)
description
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.