Klasse GetPortsOperationSpec

java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetPortsOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetPortsOperationSpec extends Object
GetPortsSpec

Specification for the GetPorts operation.

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetPortsOperationSpec

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

      @Internal public GetPortsOperationSpec(String pkg, String listenerKey)
      Constructs a validated instance of GetPortsOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      pkg - The pkg parameter points to the IS package the port is pointing to. The pkg of port configurations is restricted to the package WmRoot.
      listenerKey - The listenerKey parameter uniquely identifies a port configuration within a package.
    • GetPortsOperationSpec

      protected GetPortsOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • pkg

      @Nullable public @Nullable String pkg()
      The pkg parameter points to the IS package the port is pointing to. The pkg of port configurations is restricted to the package WmRoot.
    • listenerKey

      @Nullable public @Nullable String listenerKey()
      The listenerKey parameter uniquely identifies a port configuration within a package.
    • pkg

      public GetPortsOperationSpec pkg(@Nullable @Nullable String pkg)
      The pkg parameter points to the IS package the port is pointing to. The pkg of port configurations is restricted to the package WmRoot.
      Gibt zurück:
      this.
    • listenerKey

      public GetPortsOperationSpec listenerKey(@Nullable @Nullable String listenerKey)
      The listenerKey parameter uniquely identifies a port configuration within a package.
      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