Class Credentials
- java.lang.Object
-
- org.opennms.integration.otrs.ticketservice.Credentials
-
- All Implemented Interfaces:
Serializable
public class Credentials extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Credentials()
Credentials(String user, String pass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static org.apache.axis.encoding.Deserializer
getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom DeserializerString
getPass()
Gets the pass value for this Credentials.static org.apache.axis.encoding.Serializer
getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializerstatic org.apache.axis.description.TypeDesc
getTypeDesc()
Return type metadata objectString
getUser()
Gets the user value for this Credentials.int
hashCode()
void
setPass(String pass)
Sets the pass value for this Credentials.void
setUser(String user)
Sets the user value for this Credentials.
-
-
-
Method Detail
-
getUser
public String getUser()
Gets the user value for this Credentials.- Returns:
- user
-
setUser
public void setUser(String user)
Sets the user value for this Credentials.- Parameters:
user
-
-
getPass
public String getPass()
Gets the pass value for this Credentials.- Returns:
- pass
-
setPass
public void setPass(String pass)
Sets the pass value for this Credentials.- Parameters:
pass
-
-
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object
-
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
-
-