java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Enforcement

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Enforcement extends Object
Enforcement
  • Felddetails

    • enforcementObjectId

      protected String enforcementObjectId
      Policy enforcement id
    • order

      protected String order
      enforcement order
    • parentPolicyId

      protected String parentPolicyId
  • Konstruktordetails

    • Enforcement

      public Enforcement(Consumer<Enforcement> spec)
      Constructs a validated instance of Enforcement.
      Parameter:
      spec - the specification to process
    • Enforcement

      @Internal public Enforcement(String enforcementObjectId, String order, String parentPolicyId)
      Constructs a validated instance of Enforcement.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Enforcement(Consumer) instead.

      Parameter:
      enforcementObjectId - Policy enforcement id
      order - enforcement order
      parentPolicyId - var.name
    • Enforcement

      protected Enforcement()
  • Methodendetails

    • builder

      public static Enforcement.EnforcementBuilder builder()
    • enforcementObjectId

      public String enforcementObjectId()
      Policy enforcement id
    • order

      public String order()
      enforcement order
    • parentPolicyId

      public String parentPolicyId()
    • enforcementObjectId

      public Enforcement enforcementObjectId(String enforcementObjectId)
      Policy enforcement id
      Gibt zurück:
      this.
    • order

      public Enforcement order(String order)
      enforcement order
      Gibt zurück:
      this.
    • parentPolicyId

      public Enforcement parentPolicyId(String parentPolicyId)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object