Class Exclusions

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

    @Generated("io.fabric8.java.generator.CRGeneratorRunner")
    public class Exclusions
    extends java.lang.Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Exclusions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArtifactId()  
      java.lang.String getGroupId()  
      void setArtifactId​(java.lang.String artifactId)  
      void setGroupId​(java.lang.String groupId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Exclusions

        public Exclusions()
    • Method Detail

      • getArtifactId

        public java.lang.String getArtifactId()
      • setArtifactId

        public void setArtifactId​(java.lang.String artifactId)
      • getGroupId

        public java.lang.String getGroupId()
      • setGroupId

        public void setGroupId​(java.lang.String groupId)