Class IngressControllerCaptureHTTPCookie

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    public class IngressControllerCaptureHTTPCookie
    extends Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • IngressControllerCaptureHTTPCookie

        public IngressControllerCaptureHTTPCookie()
        No args constructor for use in serialization
      • IngressControllerCaptureHTTPCookie

        public IngressControllerCaptureHTTPCookie​(String matchType,
                                                  Integer maxLength,
                                                  String name,
                                                  String namePrefix)
        Parameters:
        matchType -
        namePrefix -
        name -
        maxLength -
    • Method Detail

      • getMatchType

        public String getMatchType()
      • setMatchType

        public void setMatchType​(String matchType)
      • getMaxLength

        public Integer getMaxLength()
      • setMaxLength

        public void setMaxLength​(Integer maxLength)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getNamePrefix

        public String getNamePrefix()
      • setNamePrefix

        public void setNamePrefix​(String namePrefix)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)