Class PhoneNumBuyInfo

    • Constructor Detail

      • PhoneNumBuyInfo

        public PhoneNumBuyInfo()
      • PhoneNumBuyInfo

        public PhoneNumBuyInfo​(PhoneNumBuyInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getPhoneNum

        public String getPhoneNum()
        Get 电话号码
        Returns:
        PhoneNum 电话号码
      • setPhoneNum

        public void setPhoneNum​(String PhoneNum)
        Set 电话号码
        Parameters:
        PhoneNum - 电话号码
      • getType

        public Long getType()
        Get 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码
        Returns:
        Type 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码
      • setType

        public void setType​(Long Type)
        Set 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码
        Parameters:
        Type - 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码
      • getCallType

        public Long getCallType()
        Get 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出
        Returns:
        CallType 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出
      • setCallType

        public void setCallType​(Long CallType)
        Set 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出
        Parameters:
        CallType - 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出
      • getBuyTime

        public Long getBuyTime()
        Get 购买时间戳
        Returns:
        BuyTime 购买时间戳
      • setBuyTime

        public void setBuyTime​(Long BuyTime)
        Set 购买时间戳
        Parameters:
        BuyTime - 购买时间戳
      • getEndTime

        public Long getEndTime()
        Get 截止时间戳
        Returns:
        EndTime 截止时间戳
      • setEndTime

        public void setEndTime​(Long EndTime)
        Set 截止时间戳
        Parameters:
        EndTime - 截止时间戳
      • getState

        public Long getState()
        Get 号码状态,1正常|2欠费停用|4管理员停用|5违规停用
        Returns:
        State 号码状态,1正常|2欠费停用|4管理员停用|5违规停用
      • setState

        public void setState​(Long State)
        Set 号码状态,1正常|2欠费停用|4管理员停用|5违规停用
        Parameters:
        State - 号码状态,1正常|2欠费停用|4管理员停用|5违规停用