com.github.sd4324530.fastweixin.api.entity
类 Industry

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.api.entity.BaseModel
      继承者 com.github.sd4324530.fastweixin.api.entity.Industry
所有已实现的接口:
Model, Serializable

public class Industry
extends BaseModel

设置行业参数

另请参见:
序列化表格

构造方法摘要
Industry()
           
 
方法摘要
 String getIndustryId1()
           
 String getIndustryId2()
           
 void setIndustryId1(String industryId1)
           
 void setIndustryId2(String industryId2)
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Industry

public Industry()
方法详细信息

getIndustryId1

public String getIndustryId1()

setIndustryId1

public void setIndustryId1(String industryId1)

getIndustryId2

public String getIndustryId2()

setIndustryId2

public void setIndustryId2(String industryId2)


Copyright © 2017. All rights reserved.