public class

RemoteAvatar

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteAvatar

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String base64Data
private String contentType
private long id
private String owner
private boolean system
private String type
private static TypeDesc typeDesc
Public Constructors
RemoteAvatar()
RemoteAvatar(String base64Data, String contentType, long id, String owner, boolean system, String type)
Public Methods
synchronized boolean equals(Object obj)
String getBase64Data()
Gets the base64Data value for this RemoteAvatar.
String getContentType()
Gets the contentType value for this RemoteAvatar.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
long getId()
Gets the id value for this RemoteAvatar.
String getOwner()
Gets the owner value for this RemoteAvatar.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getType()
Gets the type value for this RemoteAvatar.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
boolean isSystem()
Gets the system value for this RemoteAvatar.
void setBase64Data(String base64Data)
Sets the base64Data value for this RemoteAvatar.
void setContentType(String contentType)
Sets the contentType value for this RemoteAvatar.
void setId(long id)
Sets the id value for this RemoteAvatar.
void setOwner(String owner)
Sets the owner value for this RemoteAvatar.
void setSystem(boolean system)
Sets the system value for this RemoteAvatar.
void setType(String type)
Sets the type value for this RemoteAvatar.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String base64Data

private String contentType

private long id

private String owner

private boolean system

private String type

private static TypeDesc typeDesc

Public Constructors

public RemoteAvatar ()

public RemoteAvatar (String base64Data, String contentType, long id, String owner, boolean system, String type)

Parameters
base64Data
contentType
id
owner
system
type

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getBase64Data ()

Gets the base64Data value for this RemoteAvatar.

Returns
  • base64Data

public String getContentType ()

Gets the contentType value for this RemoteAvatar.

Returns
  • contentType

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public long getId ()

Gets the id value for this RemoteAvatar.

Returns
  • id

public String getOwner ()

Gets the owner value for this RemoteAvatar.

Returns
  • owner

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getType ()

Gets the type value for this RemoteAvatar.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public boolean isSystem ()

Gets the system value for this RemoteAvatar.

Returns
  • system

public void setBase64Data (String base64Data)

Sets the base64Data value for this RemoteAvatar.

Parameters
base64Data

public void setContentType (String contentType)

Sets the contentType value for this RemoteAvatar.

Parameters
contentType

public void setId (long id)

Sets the id value for this RemoteAvatar.

Parameters
id

public void setOwner (String owner)

Sets the owner value for this RemoteAvatar.

Parameters
owner

public void setSystem (boolean system)

Sets the system value for this RemoteAvatar.

Parameters
system

public void setType (String type)

Sets the type value for this RemoteAvatar.

Parameters
type