Class ArtifactResolutionParameters

java.lang.Object
swiss.trustbroker.common.saml.dto.ArtifactResolutionParameters

public class ArtifactResolutionParameters extends Object
  • Method Details

    • getEndpointUrl

      public String getEndpointUrl()
    • getEndpointIndex

      public int getEndpointIndex()
    • getEntityId

      public String getEntityId()
    • setEndpointUrl

      public void setEndpointUrl(String endpointUrl)
    • setEndpointIndex

      public void setEndpointIndex(int endpointIndex)
    • setEntityId

      public void setEntityId(String entityId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • of

      public static ArtifactResolutionParameters of(String endpointUrl, int endpointIndex, String entityId)