Class UsagePlanBindEnvironment

    • Constructor Detail

      • UsagePlanBindEnvironment

        public UsagePlanBindEnvironment()
      • UsagePlanBindEnvironment

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

      • getEnvironmentName

        public String getEnvironmentName()
        Get 环境名。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EnvironmentName 环境名。 注意:此字段可能返回 null,表示取不到有效值。
      • setEnvironmentName

        public void setEnvironmentName​(String EnvironmentName)
        Set 环境名。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EnvironmentName - 环境名。 注意:此字段可能返回 null,表示取不到有效值。
      • getServiceId

        public String getServiceId()
        Get 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceId 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceId

        public void setServiceId​(String ServiceId)
        Set 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceId - 服务唯一ID。 注意:此字段可能返回 null,表示取不到有效值。