Class IpAccessControlItem

    • Constructor Detail

      • IpAccessControlItem

        public IpAccessControlItem()
      • IpAccessControlItem

        public IpAccessControlItem​(IpAccessControlItem 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

      • getActionType

        public Long getActionType()
        Get 动作
        Returns:
        ActionType 动作
      • setActionType

        public void setActionType​(Long ActionType)
        Set 动作
        Parameters:
        ActionType - 动作
      • getIp

        public String getIp()
        Get ip
        Returns:
        Ip ip
      • setIp

        public void setIp​(String Ip)
        Set ip
        Parameters:
        Ip - ip
      • getNote

        public String getNote()
        Get 备注
        Returns:
        Note 备注
      • setNote

        public void setNote​(String Note)
        Set 备注
        Parameters:
        Note - 备注
      • getSource

        public String getSource()
        Get 来源
        Returns:
        Source 来源
      • setSource

        public void setSource​(String Source)
        Set 来源
        Parameters:
        Source - 来源
      • getTsVersion

        public Long getTsVersion()
        Get 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TsVersion 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • setTsVersion

        public void setTsVersion​(Long TsVersion)
        Set 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TsVersion - 更新时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • getValidTs

        public Long getValidTs()
        Get 有效截止时间戳
        Returns:
        ValidTs 有效截止时间戳
      • setValidTs

        public void setValidTs​(Long ValidTs)
        Set 有效截止时间戳
        Parameters:
        ValidTs - 有效截止时间戳