qihoo.open.v1.service.request.account
类 GetAccountManagerLoginRequest

java.lang.Object
  继承者 qihoo.open.v1.service.request.ParticularRequest
      继承者 qihoo.open.v1.service.request.account.GetAccountManagerLoginRequest

public class GetAccountManagerLoginRequest
extends ParticularRequest

客服登录的请求

作者:
liyang

字段摘要
 
从类 qihoo.open.v1.service.request.ParticularRequest 继承的字段
postParameters
 
构造方法摘要
GetAccountManagerLoginRequest()
           
 
方法摘要
 String getPassword()
           
 List<PostParameter> getPostParameters()
           
 String getUsername()
           
 void setAppSecret(String appSecret)
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GetAccountManagerLoginRequest

public GetAccountManagerLoginRequest()
方法详细信息

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

setAppSecret

public void setAppSecret(String appSecret)

getPostParameters

public List<PostParameter> getPostParameters()


Copyright © 2013. All rights reserved.