Class ResourceIp

    • Constructor Detail

      • ResourceIp

        public ResourceIp()
      • ResourceIp

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

      • getId

        public String getId()
        Get 资源ID
        Returns:
        Id 资源ID
      • setId

        public void setId​(String Id)
        Set 资源ID
        Parameters:
        Id - 资源ID
      • getIpList

        public String[] getIpList()
        Get 资源的IP数组
        Returns:
        IpList 资源的IP数组
      • setIpList

        public void setIpList​(String[] IpList)
        Set 资源的IP数组
        Parameters:
        IpList - 资源的IP数组