Class NetworkPorts

    • Constructor Detail

      • NetworkPorts

        public NetworkPorts()
      • NetworkPorts

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

      • getProtocol

        public String getProtocol()
        Get 网络策略协议 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Protocol 网络策略协议 注意:此字段可能返回 null,表示取不到有效值。
      • setProtocol

        public void setProtocol​(String Protocol)
        Set 网络策略协议 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Protocol - 网络策略协议 注意:此字段可能返回 null,表示取不到有效值。
      • getPort

        public String getPort()
        Get 网络策略策略端口 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Port 网络策略策略端口 注意:此字段可能返回 null,表示取不到有效值。
      • setPort

        public void setPort​(String Port)
        Set 网络策略策略端口 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Port - 网络策略策略端口 注意:此字段可能返回 null,表示取不到有效值。