Class CommandViolationFieldPathPart

java.lang.Object
ai.stapi.graphsystem.commandvalidation.model.fieldPath.CommandViolationFieldPathPart

public class CommandViolationFieldPathPart extends Object
  • Constructor Details

    • CommandViolationFieldPathPart

      public CommandViolationFieldPathPart(String fieldName)
    • CommandViolationFieldPathPart

      public CommandViolationFieldPathPart(String fieldName, @Nullable @Nullable String typeName)
  • Method Details

    • getFieldName

      public String getFieldName()
    • getTypeName

      @Nullable public @Nullable String getTypeName()
    • setTypeName

      public void setTypeName(@Nullable @Nullable String typeName)
    • render

      public String render()