Class ServicePortMappingItem

    • Constructor Detail

      • ServicePortMappingItem

        public ServicePortMappingItem()
      • ServicePortMappingItem

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

      • getPort

        public Long getPort()
        Get 应用访问端口 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Port 应用访问端口 注意:此字段可能返回 null,表示取不到有效值。
      • setPort

        public void setPort​(Long Port)
        Set 应用访问端口 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Port - 应用访问端口 注意:此字段可能返回 null,表示取不到有效值。
      • getTargetPort

        public Long getTargetPort()
        Get 应用监听端口 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TargetPort 应用监听端口 注意:此字段可能返回 null,表示取不到有效值。
      • setTargetPort

        public void setTargetPort​(Long TargetPort)
        Set 应用监听端口 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TargetPort - 应用监听端口 注意:此字段可能返回 null,表示取不到有效值。
      • getProtocol

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

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