Package com.foxinmy.weixin4j.qy.model
Class CorpInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.model.CorpInfo
-
- All Implemented Interfaces:
Serializable
public class CorpInfo extends Object implements Serializable
授权方企业号信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorpInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAgentMax()
String
getCorpId()
String
getCorpName()
int
getCorporateType()
String
getCorpType()
CorporateType
getFormatCorporateType()
CorpType
getFormatCorpType()
Date
getFormatVerifiedEndTime()
String
getFullName()
String
getRoundLogoUrl()
String
getSquareLogoUrl()
Integer
getUserMax()
long
getVerifiedEndTime()
String
getWxQrCode()
void
setAgentMax(Integer agentMax)
void
setCorpId(String corpId)
void
setCorpName(String corpName)
void
setCorporateType(int corporateType)
void
setCorpType(String corpType)
void
setFullName(String fullName)
void
setRoundLogoUrl(String roundLogoUrl)
void
setSquareLogoUrl(String squareLogoUrl)
void
setUserMax(Integer userMax)
void
setVerifiedEndTime(long verifiedEndTime)
void
setWxQrCode(String wxQrCode)
String
toString()
-
-
-
Method Detail
-
getCorpId
public String getCorpId()
-
getCorpType
public String getCorpType()
-
getFormatCorpType
public CorpType getFormatCorpType()
-
getCorpName
public String getCorpName()
-
getSquareLogoUrl
public String getSquareLogoUrl()
-
getRoundLogoUrl
public String getRoundLogoUrl()
-
getUserMax
public Integer getUserMax()
-
getAgentMax
public Integer getAgentMax()
-
getWxQrCode
public String getWxQrCode()
-
getFullName
public String getFullName()
-
getVerifiedEndTime
public long getVerifiedEndTime()
-
getFormatVerifiedEndTime
public Date getFormatVerifiedEndTime()
-
getCorporateType
public int getCorporateType()
-
getFormatCorporateType
public CorporateType getFormatCorporateType()
-
setCorpId
public void setCorpId(String corpId)
-
setCorpName
public void setCorpName(String corpName)
-
setSquareLogoUrl
public void setSquareLogoUrl(String squareLogoUrl)
-
setRoundLogoUrl
public void setRoundLogoUrl(String roundLogoUrl)
-
setCorpType
public void setCorpType(String corpType)
-
setUserMax
public void setUserMax(Integer userMax)
-
setAgentMax
public void setAgentMax(Integer agentMax)
-
setWxQrCode
public void setWxQrCode(String wxQrCode)
-
setFullName
public void setFullName(String fullName)
-
setVerifiedEndTime
public void setVerifiedEndTime(long verifiedEndTime)
-
setCorporateType
public void setCorporateType(int corporateType)
-
-